Color spaces of #c4253e
RGB | 196 | 37 | 62 |
---|---|---|---|
HSL | 0.97 | 0.68 | 0.46 |
HSV | 351° | 81° | 77° |
CMYK | 0.00 | 0.81 | 0.68 0.23 |
XYZ | 24.2960 | 13.4067 | 5.8646 |
Yxy | 13.4067 | 0.5577 | 0.3077 |
Hunter Lab | 36.6152 | 54.3672 | 16.1342 |
CIE-Lab | 43.3698 | 61.4193 | 26.8311 |
#c4253e color RGB value is (196,37,62).
#c4253e hex color red value is 196, green value is 37 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c4253e hue: 0.97 , saturation: 0.68 and the lightness value of c4253e is 0.46.
The process color (four color CMYK) of #c4253e color hex is 0.00, 0.81, 0.68, 0.23. Web safe color of #c4253e is #cc3333. Color #c4253e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00100101 | 00111110 |
Octal | 304 | 45 | 76 |
Decimal | 196 | 37 | 62 |
Hex | C4 | 25 | 3E |
Shades of #c4253e
Tints of #c4253e
RGB Percentages of Color #c4253e
CMYK Percentages of Color #c4253e
Complementary Color
#c4253e | #25c4ab |
#c4253e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4253e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4253e Color CSS Codes
.mybgcolor {background-color:#c4253e; } .myforecolor {color:#c4253e; } .mybordercolor {border:3px solid #c4253e; }
#c4253e Text Font Color
<p style="color:#c4253e">Text here</p>
This sample text font color is #c4253e
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.
#c4253e Background Color
<div style="background-color:#c4253e">
Div content here</div>
This div background color is #c4253e
#c4253e Border Color
<div style="border:3px solid #c4253e">
Div here</div>
This div border color is #c4253e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,37,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4253e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4253e; -webkit-box-shadow: 1px 1px 3px 2px #c4253e; box-shadow: 1px 1px 3px 2px #c4253e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,37,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4253e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4253e; -webkit-box-shadow: 1px 1px 3px 2px #c4253e; box-shadow: 1px 1px 3px 2px #c4253e;">
Div content here</div>
This div box has shadow with color #c4253e
Comments
No comments written yet.
Please login to write comment.