Color spaces of #c9211a
RGB | 201 | 33 | 26 |
---|---|---|---|
HSL | 0.01 | 0.77 | 0.45 |
HSV | 2° | 87° | 79° |
CMYK | 0.00 | 0.84 | 0.87 0.21 |
XYZ | 24.8177 | 13.5798 | 2.2904 |
Yxy | 13.5798 | 0.6100 | 0.3338 |
Hunter Lab | 36.8508 | 55.7246 | 22.1105 |
CIE-Lab | 43.6242 | 62.5778 | 47.5908 |
#c9211a color RGB value is (201,33,26).
#c9211a hex color red value is 201, green value is 33 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c9211a hue: 0.01 , saturation: 0.77 and the lightness value of c9211a is 0.45.
The process color (four color CMYK) of #c9211a color hex is 0.00, 0.84, 0.87, 0.21. Web safe color of #c9211a is #cc3333. Color #c9211a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00100001 | 00011010 |
Octal | 311 | 41 | 32 |
Decimal | 201 | 33 | 26 |
Hex | C9 | 21 | 1A |
Shades of #c9211a
Tints of #c9211a
RGB Percentages of Color #c9211a
CMYK Percentages of Color #c9211a
Complementary Color
#c9211a | #1ac2c9 |
#c9211a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9211a Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9211a Color CSS Codes
.mybgcolor {background-color:#c9211a; } .myforecolor {color:#c9211a; } .mybordercolor {border:3px solid #c9211a; }
#c9211a Text Font Color
<p style="color:#c9211a">Text here</p>
This sample text font color is #c9211a
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.
#c9211a Background Color
<div style="background-color:#c9211a">
Div content here</div>
This div background color is #c9211a
#c9211a Border Color
<div style="border:3px solid #c9211a">
Div here</div>
This div border color is #c9211a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,33,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9211a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9211a; -webkit-box-shadow: 1px 1px 3px 2px #c9211a; box-shadow: 1px 1px 3px 2px #c9211a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,33,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9211a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9211a; -webkit-box-shadow: 1px 1px 3px 2px #c9211a; box-shadow: 1px 1px 3px 2px #c9211a;">
Div content here</div>
This div box has shadow with color #c9211a
Comments
No comments written yet.
Please login to write comment.