Color spaces of #e03218
RGB | 224 | 50 | 24 |
---|---|---|---|
HSL | 0.02 | 0.81 | 0.49 |
HSV | 8° | 89° | 88° |
CMYK | 0.00 | 0.78 | 0.89 0.12 |
XYZ | 32.0459 | 18.1944 | 2.6870 |
Yxy | 18.1944 | 0.6055 | 0.3438 |
Hunter Lab | 42.6549 | 59.4580 | 26.1235 |
CIE-Lab | 49.7310 | 64.6782 | 55.1013 |
#e03218 color RGB value is (224,50,24).
#e03218 hex color red value is 224, green value is 50 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #e03218 hue: 0.02 , saturation: 0.81 and the lightness value of e03218 is 0.49.
The process color (four color CMYK) of #e03218 color hex is 0.00, 0.78, 0.89, 0.12. Web safe color of #e03218 is #cc3300. Color #e03218 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00110010 | 00011000 |
Octal | 340 | 62 | 30 |
Decimal | 224 | 50 | 24 |
Hex | E0 | 32 | 18 |
Shades of #e03218
Tints of #e03218
RGB Percentages of Color #e03218
CMYK Percentages of Color #e03218
Complementary Color
#e03218 | #18c6e0 |
#e03218 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e03218 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e03218 Color CSS Codes
.mybgcolor {background-color:#e03218; } .myforecolor {color:#e03218; } .mybordercolor {border:3px solid #e03218; }
#e03218 Text Font Color
<p style="color:#e03218">Text here</p>
This sample text font color is #e03218
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#e03218 Background Color
<div style="background-color:#e03218">
Div content here</div>
This div background color is #e03218
#e03218 Border Color
<div style="border:3px solid #e03218">
Div here</div>
This div border color is #e03218
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,50,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e03218; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e03218; -webkit-box-shadow: 1px 1px 3px 2px #e03218; box-shadow: 1px 1px 3px 2px #e03218; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,50,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e03218">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e03218; -webkit-box-shadow: 1px 1px 3px 2px #e03218; box-shadow: 1px 1px 3px 2px #e03218;">
Div content here</div>
This div box has shadow with color #e03218
Comments
No comments written yet.
Please login to write comment.