Color spaces of #c6340f
RGB | 198 | 52 | 15 |
---|---|---|---|
HSL | 0.03 | 0.86 | 0.42 |
HSV | 12° | 92° | 78° |
CMYK | 0.00 | 0.74 | 0.92 0.22 |
XYZ | 24.6029 | 14.4962 | 1.9533 |
Yxy | 14.4962 | 0.5993 | 0.3531 |
Hunter Lab | 38.0739 | 48.7154 | 23.6100 |
CIE-Lab | 44.9363 | 55.9975 | 52.7066 |
#c6340f color RGB value is (198,52,15).
#c6340f hex color red value is 198, green value is 52 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c6340f hue: 0.03 , saturation: 0.86 and the lightness value of c6340f is 0.42.
The process color (four color CMYK) of #c6340f color hex is 0.00, 0.74, 0.92, 0.22. Web safe color of #c6340f is #cc3300. Color #c6340f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00110100 | 00001111 |
Octal | 306 | 64 | 17 |
Decimal | 198 | 52 | 15 |
Hex | C6 | 34 | F |
Shades of #c6340f
Tints of #c6340f
RGB Percentages of Color #c6340f
CMYK Percentages of Color #c6340f
Complementary Color
#c6340f | #0fa1c6 |
#c6340f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6340f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6340f Color CSS Codes
.mybgcolor {background-color:#c6340f; } .myforecolor {color:#c6340f; } .mybordercolor {border:3px solid #c6340f; }
#c6340f Text Font Color
<p style="color:#c6340f">Text here</p>
This sample text font color is #c6340f
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.
#c6340f Background Color
<div style="background-color:#c6340f">
Div content here</div>
This div background color is #c6340f
#c6340f Border Color
<div style="border:3px solid #c6340f">
Div here</div>
This div border color is #c6340f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,52,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6340f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6340f; -webkit-box-shadow: 1px 1px 3px 2px #c6340f; box-shadow: 1px 1px 3px 2px #c6340f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,52,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6340f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6340f; -webkit-box-shadow: 1px 1px 3px 2px #c6340f; box-shadow: 1px 1px 3px 2px #c6340f;">
Div content here</div>
This div box has shadow with color #c6340f
Comments
No comments written yet.
Please login to write comment.