Color spaces of #cc0219
RGB | 204 | 2 | 25 |
---|---|---|---|
HSL | 0.98 | 0.98 | 0.40 |
HSV | 353° | 99° | 80° |
CMYK | 0.00 | 0.99 | 0.88 0.20 |
XYZ | 25.0990 | 12.9510 | 2.0966 |
Yxy | 12.9510 | 0.6252 | 0.3226 |
Hunter Lab | 35.9875 | 61.5143 | 21.7371 |
CIE-Lab | 42.6893 | 67.8103 | 47.5823 |
#cc0219 color RGB value is (204,2,25).
#cc0219 hex color red value is 204, green value is 2 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cc0219 hue: 0.98 , saturation: 0.98 and the lightness value of cc0219 is 0.40.
The process color (four color CMYK) of #cc0219 color hex is 0.00, 0.99, 0.88, 0.20. Web safe color of #cc0219 is #cc0000. Color #cc0219 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00000010 | 00011001 |
Octal | 314 | 2 | 31 |
Decimal | 204 | 2 | 25 |
Hex | CC | 2 | 19 |
Shades of #cc0219
Tints of #cc0219
RGB Percentages of Color #cc0219
CMYK Percentages of Color #cc0219
Complementary Color
#cc0219 | #02ccb5 |
#cc0219 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc0219 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc0219 Color CSS Codes
.mybgcolor {background-color:#cc0219; } .myforecolor {color:#cc0219; } .mybordercolor {border:3px solid #cc0219; }
#cc0219 Text Font Color
<p style="color:#cc0219">Text here</p>
This sample text font color is #cc0219
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.
#cc0219 Background Color
<div style="background-color:#cc0219">
Div content here</div>
This div background color is #cc0219
#cc0219 Border Color
<div style="border:3px solid #cc0219">
Div here</div>
This div border color is #cc0219
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,2,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc0219; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc0219; -webkit-box-shadow: 1px 1px 3px 2px #cc0219; box-shadow: 1px 1px 3px 2px #cc0219; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,2,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc0219">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc0219; -webkit-box-shadow: 1px 1px 3px 2px #cc0219; box-shadow: 1px 1px 3px 2px #cc0219;">
Div content here</div>
This div box has shadow with color #cc0219
Comments
No comments written yet.
Please login to write comment.