Color spaces of #c1122b
RGB | 193 | 18 | 43 |
---|---|---|---|
HSL | 0.98 | 0.83 | 0.41 |
HSV | 351° | 91° | 76° |
CMYK | 0.00 | 0.91 | 0.78 0.24 |
XYZ | 22.6447 | 11.9445 | 3.3975 |
Yxy | 11.9445 | 0.5961 | 0.3144 |
Hunter Lab | 34.5608 | 56.4741 | 18.3641 |
CIE-Lab | 41.1278 | 63.7246 | 35.5316 |
#c1122b color RGB value is (193,18,43).
#c1122b hex color red value is 193, green value is 18 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c1122b hue: 0.98 , saturation: 0.83 and the lightness value of c1122b is 0.41.
The process color (four color CMYK) of #c1122b color hex is 0.00, 0.91, 0.78, 0.24. Web safe color of #c1122b is #cc0033. Color #c1122b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00010010 | 00101011 |
Octal | 301 | 22 | 53 |
Decimal | 193 | 18 | 43 |
Hex | C1 | 12 | 2B |
Shades of #c1122b
Tints of #c1122b
RGB Percentages of Color #c1122b
CMYK Percentages of Color #c1122b
Complementary Color
#c1122b | #12c1a8 |
#c1122b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1122b Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1122b Color CSS Codes
.mybgcolor {background-color:#c1122b; } .myforecolor {color:#c1122b; } .mybordercolor {border:3px solid #c1122b; }
#c1122b Text Font Color
<p style="color:#c1122b">Text here</p>
This sample text font color is #c1122b
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.
#c1122b Background Color
<div style="background-color:#c1122b">
Div content here</div>
This div background color is #c1122b
#c1122b Border Color
<div style="border:3px solid #c1122b">
Div here</div>
This div border color is #c1122b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,18,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1122b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1122b; -webkit-box-shadow: 1px 1px 3px 2px #c1122b; box-shadow: 1px 1px 3px 2px #c1122b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,18,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1122b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1122b; -webkit-box-shadow: 1px 1px 3px 2px #c1122b; box-shadow: 1px 1px 3px 2px #c1122b;">
Div content here</div>
This div box has shadow with color #c1122b
Comments
No comments written yet.
Please login to write comment.