Color spaces of #c7243e
RGB | 199 | 36 | 62 |
---|---|---|---|
HSL | 0.97 | 0.69 | 0.46 |
HSV | 350° | 82° | 78° |
CMYK | 0.00 | 0.82 | 0.69 0.22 |
XYZ | 25.0536 | 13.7517 | 5.8913 |
Yxy | 13.7517 | 0.5605 | 0.3077 |
Hunter Lab | 37.0833 | 55.6995 | 16.5391 |
CIE-Lab | 43.8747 | 62.5073 | 27.5872 |
#c7243e color RGB value is (199,36,62).
#c7243e hex color red value is 199, green value is 36 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c7243e hue: 0.97 , saturation: 0.69 and the lightness value of c7243e is 0.46.
The process color (four color CMYK) of #c7243e color hex is 0.00, 0.82, 0.69, 0.22. Web safe color of #c7243e is #cc3333. Color #c7243e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00100100 | 00111110 |
Octal | 307 | 44 | 76 |
Decimal | 199 | 36 | 62 |
Hex | C7 | 24 | 3E |
Shades of #c7243e
Tints of #c7243e
RGB Percentages of Color #c7243e
CMYK Percentages of Color #c7243e
Complementary Color
#c7243e | #24c7ad |
#c7243e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7243e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7243e Color CSS Codes
.mybgcolor {background-color:#c7243e; } .myforecolor {color:#c7243e; } .mybordercolor {border:3px solid #c7243e; }
#c7243e Text Font Color
<p style="color:#c7243e">Text here</p>
This sample text font color is #c7243e
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.
#c7243e Background Color
<div style="background-color:#c7243e">
Div content here</div>
This div background color is #c7243e
#c7243e Border Color
<div style="border:3px solid #c7243e">
Div here</div>
This div border color is #c7243e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,36,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7243e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7243e; -webkit-box-shadow: 1px 1px 3px 2px #c7243e; box-shadow: 1px 1px 3px 2px #c7243e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,36,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 #c7243e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7243e; -webkit-box-shadow: 1px 1px 3px 2px #c7243e; box-shadow: 1px 1px 3px 2px #c7243e;">
Div content here</div>
This div box has shadow with color #c7243e
Comments
No comments written yet.
Please login to write comment.