Color spaces of #c6173a
RGB | 198 | 23 | 58 |
---|---|---|---|
HSL | 0.97 | 0.79 | 0.43 |
HSV | 348° | 88° | 78° |
CMYK | 0.00 | 0.88 | 0.71 0.22 |
XYZ | 24.3588 | 12.9240 | 5.2137 |
Yxy | 12.9240 | 0.5732 | 0.3041 |
Hunter Lab | 35.9500 | 58.0347 | 16.5664 |
CIE-Lab | 42.6485 | 64.8013 | 28.4921 |
#c6173a color RGB value is (198,23,58).
#c6173a hex color red value is 198, green value is 23 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c6173a hue: 0.97 , saturation: 0.79 and the lightness value of c6173a is 0.43.
The process color (four color CMYK) of #c6173a color hex is 0.00, 0.88, 0.71, 0.22. Web safe color of #c6173a is #cc0033. Color #c6173a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00010111 | 00111010 |
Octal | 306 | 27 | 72 |
Decimal | 198 | 23 | 58 |
Hex | C6 | 17 | 3A |
Shades of #c6173a
Tints of #c6173a
RGB Percentages of Color #c6173a
CMYK Percentages of Color #c6173a
Complementary Color
#c6173a | #17c6a3 |
#c6173a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6173a Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6173a Color CSS Codes
.mybgcolor {background-color:#c6173a; } .myforecolor {color:#c6173a; } .mybordercolor {border:3px solid #c6173a; }
#c6173a Text Font Color
<p style="color:#c6173a">Text here</p>
This sample text font color is #c6173a
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.
#c6173a Background Color
<div style="background-color:#c6173a">
Div content here</div>
This div background color is #c6173a
#c6173a Border Color
<div style="border:3px solid #c6173a">
Div here</div>
This div border color is #c6173a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,23,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6173a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6173a; -webkit-box-shadow: 1px 1px 3px 2px #c6173a; box-shadow: 1px 1px 3px 2px #c6173a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,23,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6173a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6173a; -webkit-box-shadow: 1px 1px 3px 2px #c6173a; box-shadow: 1px 1px 3px 2px #c6173a;">
Div content here</div>
This div box has shadow with color #c6173a
Comments
No comments written yet.
Please login to write comment.