Color spaces of #c5311e
RGB | 197 | 49 | 30 |
---|---|---|---|
HSL | 0.02 | 0.74 | 0.45 |
HSV | 7° | 85° | 77° |
CMYK | 0.00 | 0.75 | 0.85 0.23 |
XYZ | 24.3586 | 14.1607 | 2.6777 |
Yxy | 14.1607 | 0.5913 | 0.3437 |
Hunter Lab | 37.6307 | 49.6905 | 22.1226 |
CIE-Lab | 44.4625 | 56.9814 | 46.0849 |
#c5311e color RGB value is (197,49,30).
#c5311e hex color red value is 197, green value is 49 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c5311e hue: 0.02 , saturation: 0.74 and the lightness value of c5311e is 0.45.
The process color (four color CMYK) of #c5311e color hex is 0.00, 0.75, 0.85, 0.23. Web safe color of #c5311e is #cc3333. Color #c5311e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00110001 | 00011110 |
Octal | 305 | 61 | 36 |
Decimal | 197 | 49 | 30 |
Hex | C5 | 31 | 1E |
Shades of #c5311e
Tints of #c5311e
RGB Percentages of Color #c5311e
CMYK Percentages of Color #c5311e
Complementary Color
#c5311e | #1eb2c5 |
#c5311e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5311e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5311e Color CSS Codes
.mybgcolor {background-color:#c5311e; } .myforecolor {color:#c5311e; } .mybordercolor {border:3px solid #c5311e; }
#c5311e Text Font Color
<p style="color:#c5311e">Text here</p>
This sample text font color is #c5311e
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.
#c5311e Background Color
<div style="background-color:#c5311e">
Div content here</div>
This div background color is #c5311e
#c5311e Border Color
<div style="border:3px solid #c5311e">
Div here</div>
This div border color is #c5311e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,49,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5311e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5311e; -webkit-box-shadow: 1px 1px 3px 2px #c5311e; box-shadow: 1px 1px 3px 2px #c5311e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,49,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5311e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5311e; -webkit-box-shadow: 1px 1px 3px 2px #c5311e; box-shadow: 1px 1px 3px 2px #c5311e;">
Div content here</div>
This div box has shadow with color #c5311e
Comments
No comments written yet.
Please login to write comment.