Color spaces of #c32412
RGB | 195 | 36 | 18 |
---|---|---|---|
HSL | 0.02 | 0.83 | 0.42 |
HSV | 6° | 91° | 76° |
CMYK | 0.00 | 0.82 | 0.91 0.24 |
XYZ | 23.2457 | 12.9075 | 1.8385 |
Yxy | 12.9075 | 0.6119 | 0.3397 |
Hunter Lab | 35.9270 | 52.6218 | 22.1148 |
CIE-Lab | 42.6235 | 59.9957 | 49.7656 |
#c32412 color RGB value is (195,36,18).
#c32412 hex color red value is 195, green value is 36 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c32412 hue: 0.02 , saturation: 0.83 and the lightness value of c32412 is 0.42.
The process color (four color CMYK) of #c32412 color hex is 0.00, 0.82, 0.91, 0.24. Web safe color of #c32412 is #cc3300. Color #c32412 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00100100 | 00010010 |
Octal | 303 | 44 | 22 |
Decimal | 195 | 36 | 18 |
Hex | C3 | 24 | 12 |
Shades of #c32412
Tints of #c32412
RGB Percentages of Color #c32412
CMYK Percentages of Color #c32412
Complementary Color
#c32412 | #12b1c3 |
#c32412 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c32412 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c32412 Color CSS Codes
.mybgcolor {background-color:#c32412; } .myforecolor {color:#c32412; } .mybordercolor {border:3px solid #c32412; }
#c32412 Text Font Color
<p style="color:#c32412">Text here</p>
This sample text font color is #c32412
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.
#c32412 Background Color
<div style="background-color:#c32412">
Div content here</div>
This div background color is #c32412
#c32412 Border Color
<div style="border:3px solid #c32412">
Div here</div>
This div border color is #c32412
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,36,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c32412; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c32412; -webkit-box-shadow: 1px 1px 3px 2px #c32412; box-shadow: 1px 1px 3px 2px #c32412; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,36,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c32412">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c32412; -webkit-box-shadow: 1px 1px 3px 2px #c32412; box-shadow: 1px 1px 3px 2px #c32412;">
Div content here</div>
This div box has shadow with color #c32412
#c32412 Color Palettes
Comments
No comments written yet.
Please login to write comment.