Color spaces of #c4023d
RGB | 196 | 2 | 61 |
---|---|---|---|
HSL | 0.95 | 0.98 | 0.39 |
HSV | 342° | 99° | 77° |
CMYK | 0.00 | 0.99 | 0.69 0.23 |
XYZ | 23.6290 | 12.1161 | 5.5081 |
Yxy | 12.1161 | 0.5728 | 0.2937 |
Hunter Lab | 34.8082 | 60.2576 | 14.9836 |
CIE-Lab | 41.4001 | 66.9786 | 24.9976 |
#c4023d color RGB value is (196,2,61).
#c4023d hex color red value is 196, green value is 2 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c4023d hue: 0.95 , saturation: 0.98 and the lightness value of c4023d is 0.39.
The process color (four color CMYK) of #c4023d color hex is 0.00, 0.99, 0.69, 0.23. Web safe color of #c4023d is #cc0033. Color #c4023d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00000010 | 00111101 |
Octal | 304 | 2 | 75 |
Decimal | 196 | 2 | 61 |
Hex | C4 | 2 | 3D |
Shades of #c4023d
Tints of #c4023d
RGB Percentages of Color #c4023d
CMYK Percentages of Color #c4023d
Complementary Color
#c4023d | #02c489 |
#c4023d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4023d Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4023d Color CSS Codes
.mybgcolor {background-color:#c4023d; } .myforecolor {color:#c4023d; } .mybordercolor {border:3px solid #c4023d; }
#c4023d Text Font Color
<p style="color:#c4023d">Text here</p>
This sample text font color is #c4023d
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.
#c4023d Background Color
<div style="background-color:#c4023d">
Div content here</div>
This div background color is #c4023d
#c4023d Border Color
<div style="border:3px solid #c4023d">
Div here</div>
This div border color is #c4023d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,2,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4023d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4023d; -webkit-box-shadow: 1px 1px 3px 2px #c4023d; box-shadow: 1px 1px 3px 2px #c4023d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,2,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4023d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4023d; -webkit-box-shadow: 1px 1px 3px 2px #c4023d; box-shadow: 1px 1px 3px 2px #c4023d;">
Div content here</div>
This div box has shadow with color #c4023d
Comments
No comments written yet.
Please login to write comment.