Color spaces of #c1251e
RGB | 193 | 37 | 30 |
---|---|---|---|
HSL | 0.01 | 0.73 | 0.44 |
HSV | 3° | 84° | 76° |
CMYK | 0.00 | 0.81 | 0.84 0.24 |
XYZ | 22.8882 | 12.7543 | 2.4838 |
Yxy | 12.7543 | 0.6003 | 0.3345 |
Hunter Lab | 35.7132 | 51.9008 | 20.8757 |
CIE-Lab | 42.3907 | 59.3881 | 43.9519 |
#c1251e color RGB value is (193,37,30).
#c1251e hex color red value is 193, green value is 37 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c1251e hue: 0.01 , saturation: 0.73 and the lightness value of c1251e is 0.44.
The process color (four color CMYK) of #c1251e color hex is 0.00, 0.81, 0.84, 0.24. Web safe color of #c1251e is #cc3333. Color #c1251e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00100101 | 00011110 |
Octal | 301 | 45 | 36 |
Decimal | 193 | 37 | 30 |
Hex | C1 | 25 | 1E |
Shades of #c1251e
Tints of #c1251e
RGB Percentages of Color #c1251e
CMYK Percentages of Color #c1251e
Complementary Color
#c1251e | #1ebac1 |
#c1251e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1251e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1251e Color CSS Codes
.mybgcolor {background-color:#c1251e; } .myforecolor {color:#c1251e; } .mybordercolor {border:3px solid #c1251e; }
#c1251e Text Font Color
<p style="color:#c1251e">Text here</p>
This sample text font color is #c1251e
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.
#c1251e Background Color
<div style="background-color:#c1251e">
Div content here</div>
This div background color is #c1251e
#c1251e Border Color
<div style="border:3px solid #c1251e">
Div here</div>
This div border color is #c1251e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,37,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1251e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1251e; -webkit-box-shadow: 1px 1px 3px 2px #c1251e; box-shadow: 1px 1px 3px 2px #c1251e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,37,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1251e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1251e; -webkit-box-shadow: 1px 1px 3px 2px #c1251e; box-shadow: 1px 1px 3px 2px #c1251e;">
Div content here</div>
This div box has shadow with color #c1251e
Comments
No comments written yet.
Please login to write comment.