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