Color spaces of #da240e
RGB | 218 | 36 | 14 |
---|---|---|---|
HSL | 0.02 | 0.88 | 0.45 |
HSV | 6° | 94° | 85° |
CMYK | 0.00 | 0.83 | 0.94 0.15 |
XYZ | 29.6236 | 16.1989 | 1.9808 |
Yxy | 16.1989 | 0.6197 | 0.3389 |
Hunter Lab | 40.2479 | 60.9475 | 25.2555 |
CIE-Lab | 47.2344 | 66.4408 | 56.4242 |
#da240e color RGB value is (218,36,14).
#da240e hex color red value is 218, green value is 36 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #da240e hue: 0.02 , saturation: 0.88 and the lightness value of da240e is 0.45.
The process color (four color CMYK) of #da240e color hex is 0.00, 0.83, 0.94, 0.15. Web safe color of #da240e is #cc3300. Color #da240e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00100100 | 00001110 |
Octal | 332 | 44 | 16 |
Decimal | 218 | 36 | 14 |
Hex | DA | 24 | E |
Shades of #da240e
Tints of #da240e
RGB Percentages of Color #da240e
CMYK Percentages of Color #da240e
Complementary Color
#da240e | #0ec4da |
#da240e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da240e Color Preview on White Background
Lorem ipsum dolor sit amet.
#da240e Color CSS Codes
.mybgcolor {background-color:#da240e; } .myforecolor {color:#da240e; } .mybordercolor {border:3px solid #da240e; }
#da240e Text Font Color
<p style="color:#da240e">Text here</p>
This sample text font color is #da240e
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.
#da240e Background Color
<div style="background-color:#da240e">
Div content here</div>
This div background color is #da240e
#da240e Border Color
<div style="border:3px solid #da240e">
Div here</div>
This div border color is #da240e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,36,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da240e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da240e; -webkit-box-shadow: 1px 1px 3px 2px #da240e; box-shadow: 1px 1px 3px 2px #da240e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,36,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da240e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da240e; -webkit-box-shadow: 1px 1px 3px 2px #da240e; box-shadow: 1px 1px 3px 2px #da240e;">
Div content here</div>
This div box has shadow with color #da240e
Comments
No comments written yet.
Please login to write comment.