Color spaces of #c4420b
RGB | 196 | 66 | 11 |
---|---|---|---|
HSL | 0.05 | 0.89 | 0.41 |
HSV | 18° | 94° | 77° |
CMYK | 0.00 | 0.66 | 0.94 0.23 |
XYZ | 24.7736 | 15.6564 | 2.0329 |
Yxy | 15.6564 | 0.5834 | 0.3687 |
Hunter Lab | 39.5682 | 42.5144 | 24.6516 |
CIE-Lab | 46.5204 | 49.9046 | 54.7361 |
#c4420b color RGB value is (196,66,11).
#c4420b hex color red value is 196, green value is 66 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c4420b hue: 0.05 , saturation: 0.89 and the lightness value of c4420b is 0.41.
The process color (four color CMYK) of #c4420b color hex is 0.00, 0.66, 0.94, 0.23. Web safe color of #c4420b is #cc3300. Color #c4420b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01000010 | 00001011 |
Octal | 304 | 102 | 13 |
Decimal | 196 | 66 | 11 |
Hex | C4 | 42 | B |
Shades of #c4420b
Tints of #c4420b
RGB Percentages of Color #c4420b
CMYK Percentages of Color #c4420b
Complementary Color
#c4420b | #0b8dc4 |
#c4420b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4420b Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4420b Color CSS Codes
.mybgcolor {background-color:#c4420b; } .myforecolor {color:#c4420b; } .mybordercolor {border:3px solid #c4420b; }
#c4420b Text Font Color
<p style="color:#c4420b">Text here</p>
This sample text font color is #c4420b
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.
#c4420b Background Color
<div style="background-color:#c4420b">
Div content here</div>
This div background color is #c4420b
#c4420b Border Color
<div style="border:3px solid #c4420b">
Div here</div>
This div border color is #c4420b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,66,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4420b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4420b; -webkit-box-shadow: 1px 1px 3px 2px #c4420b; box-shadow: 1px 1px 3px 2px #c4420b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,66,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4420b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4420b; -webkit-box-shadow: 1px 1px 3px 2px #c4420b; box-shadow: 1px 1px 3px 2px #c4420b;">
Div content here</div>
This div box has shadow with color #c4420b
Comments
No comments written yet.
Please login to write comment.