Color spaces of #da091c
RGB | 218 | 9 | 28 |
---|---|---|---|
HSL | 0.98 | 0.92 | 0.45 |
HSV | 355° | 96° | 85° |
CMYK | 0.00 | 0.96 | 0.87 0.15 |
XYZ | 29.2207 | 15.1846 | 2.4894 |
Yxy | 15.1846 | 0.6231 | 0.3238 |
Hunter Lab | 38.9674 | 65.6597 | 23.4895 |
CIE-Lab | 45.8860 | 70.7088 | 49.9358 |
#da091c color RGB value is (218,9,28).
#da091c hex color red value is 218, green value is 9 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #da091c hue: 0.98 , saturation: 0.92 and the lightness value of da091c is 0.45.
The process color (four color CMYK) of #da091c color hex is 0.00, 0.96, 0.87, 0.15. Web safe color of #da091c is #cc0033. Color #da091c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00001001 | 00011100 |
Octal | 332 | 11 | 34 |
Decimal | 218 | 9 | 28 |
Hex | DA | 9 | 1C |
Shades of #da091c
Tints of #da091c
RGB Percentages of Color #da091c
CMYK Percentages of Color #da091c
Complementary Color
#da091c | #09dac7 |
#da091c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da091c Color Preview on White Background
Lorem ipsum dolor sit amet.
#da091c Color CSS Codes
.mybgcolor {background-color:#da091c; } .myforecolor {color:#da091c; } .mybordercolor {border:3px solid #da091c; }
#da091c Text Font Color
<p style="color:#da091c">Text here</p>
This sample text font color is #da091c
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.
#da091c Background Color
<div style="background-color:#da091c">
Div content here</div>
This div background color is #da091c
#da091c Border Color
<div style="border:3px solid #da091c">
Div here</div>
This div border color is #da091c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,9,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da091c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da091c; -webkit-box-shadow: 1px 1px 3px 2px #da091c; box-shadow: 1px 1px 3px 2px #da091c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,9,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da091c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da091c; -webkit-box-shadow: 1px 1px 3px 2px #da091c; box-shadow: 1px 1px 3px 2px #da091c;">
Div content here</div>
This div box has shadow with color #da091c
Comments
No comments written yet.
Please login to write comment.