Color spaces of #c10116
RGB | 193 | 1 | 22 |
---|---|---|---|
HSL | 0.98 | 0.99 | 0.38 |
HSV | 353° | 99° | 76° |
CMYK | 0.00 | 0.99 | 0.89 0.24 |
XYZ | 22.1480 | 11.4171 | 1.7954 |
Yxy | 11.4171 | 0.6263 | 0.3229 |
Hunter Lab | 33.7892 | 57.8713 | 20.5020 |
CIE-Lab | 40.2743 | 65.1204 | 46.1192 |
#c10116 color RGB value is (193,1,22).
#c10116 hex color red value is 193, green value is 1 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c10116 hue: 0.98 , saturation: 0.99 and the lightness value of c10116 is 0.38.
The process color (four color CMYK) of #c10116 color hex is 0.00, 0.99, 0.89, 0.24. Web safe color of #c10116 is #cc0000. Color #c10116 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00000001 | 00010110 |
Octal | 301 | 1 | 26 |
Decimal | 193 | 1 | 22 |
Hex | C1 | 1 | 16 |
Shades of #c10116
Tints of #c10116
RGB Percentages of Color #c10116
CMYK Percentages of Color #c10116
Complementary Color
#c10116 | #01c1ac |
#c10116 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c10116 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c10116 Color CSS Codes
.mybgcolor {background-color:#c10116; } .myforecolor {color:#c10116; } .mybordercolor {border:3px solid #c10116; }
#c10116 Text Font Color
<p style="color:#c10116">Text here</p>
This sample text font color is #c10116
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.
#c10116 Background Color
<div style="background-color:#c10116">
Div content here</div>
This div background color is #c10116
#c10116 Border Color
<div style="border:3px solid #c10116">
Div here</div>
This div border color is #c10116
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,1,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c10116; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c10116; -webkit-box-shadow: 1px 1px 3px 2px #c10116; box-shadow: 1px 1px 3px 2px #c10116; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,1,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c10116">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c10116; -webkit-box-shadow: 1px 1px 3px 2px #c10116; box-shadow: 1px 1px 3px 2px #c10116;">
Div content here</div>
This div box has shadow with color #c10116
Comments
No comments written yet.
Please login to write comment.