Color spaces of #c1010f
RGB | 193 | 1 | 15 |
---|---|---|---|
HSL | 0.99 | 0.99 | 0.38 |
HSV | 356° | 99° | 76° |
CMYK | 0.00 | 0.99 | 0.92 0.24 |
XYZ | 22.0894 | 11.3937 | 1.4869 |
Yxy | 11.3937 | 0.6317 | 0.3258 |
Hunter Lab | 33.7546 | 57.7421 | 21.0164 |
CIE-Lab | 40.2358 | 65.0147 | 49.1536 |
#c1010f color RGB value is (193,1,15).
#c1010f hex color red value is 193, green value is 1 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c1010f hue: 0.99 , saturation: 0.99 and the lightness value of c1010f is 0.38.
The process color (four color CMYK) of #c1010f color hex is 0.00, 0.99, 0.92, 0.24. Web safe color of #c1010f is #cc0000. Color #c1010f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00000001 | 00001111 |
Octal | 301 | 1 | 17 |
Decimal | 193 | 1 | 15 |
Hex | C1 | 1 | F |
Shades of #c1010f
Tints of #c1010f
RGB Percentages of Color #c1010f
CMYK Percentages of Color #c1010f
Complementary Color
#c1010f | #01c1b3 |
#c1010f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1010f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1010f Color CSS Codes
.mybgcolor {background-color:#c1010f; } .myforecolor {color:#c1010f; } .mybordercolor {border:3px solid #c1010f; }
#c1010f Text Font Color
<p style="color:#c1010f">Text here</p>
This sample text font color is #c1010f
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.
#c1010f Background Color
<div style="background-color:#c1010f">
Div content here</div>
This div background color is #c1010f
#c1010f Border Color
<div style="border:3px solid #c1010f">
Div here</div>
This div border color is #c1010f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,1,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1010f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1010f; -webkit-box-shadow: 1px 1px 3px 2px #c1010f; box-shadow: 1px 1px 3px 2px #c1010f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,1,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 #c1010f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1010f; -webkit-box-shadow: 1px 1px 3px 2px #c1010f; box-shadow: 1px 1px 3px 2px #c1010f;">
Div content here</div>
This div box has shadow with color #c1010f
Comments
No comments written yet.
Please login to write comment.