Color spaces of #c3481e
RGB | 195 | 72 | 30 |
---|---|---|---|
HSL | 0.04 | 0.73 | 0.44 |
HSV | 15° | 85° | 76° |
CMYK | 0.00 | 0.63 | 0.85 0.24 |
XYZ | 25.0574 | 16.3306 | 3.0597 |
Yxy | 16.3306 | 0.5638 | 0.3674 |
Hunter Lab | 40.4111 | 39.9615 | 23.7987 |
CIE-Lab | 47.4053 | 47.3056 | 48.5149 |
#c3481e color RGB value is (195,72,30).
#c3481e hex color red value is 195, green value is 72 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c3481e hue: 0.04 , saturation: 0.73 and the lightness value of c3481e is 0.44.
The process color (four color CMYK) of #c3481e color hex is 0.00, 0.63, 0.85, 0.24. Web safe color of #c3481e is #cc3333. Color #c3481e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01001000 | 00011110 |
Octal | 303 | 110 | 36 |
Decimal | 195 | 72 | 30 |
Hex | C3 | 48 | 1E |
Shades of #c3481e
Tints of #c3481e
RGB Percentages of Color #c3481e
CMYK Percentages of Color #c3481e
Complementary Color
#c3481e | #1e99c3 |
#c3481e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3481e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3481e Color CSS Codes
.mybgcolor {background-color:#c3481e; } .myforecolor {color:#c3481e; } .mybordercolor {border:3px solid #c3481e; }
#c3481e Text Font Color
<p style="color:#c3481e">Text here</p>
This sample text font color is #c3481e
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.
#c3481e Background Color
<div style="background-color:#c3481e">
Div content here</div>
This div background color is #c3481e
#c3481e Border Color
<div style="border:3px solid #c3481e">
Div here</div>
This div border color is #c3481e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,72,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3481e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3481e; -webkit-box-shadow: 1px 1px 3px 2px #c3481e; box-shadow: 1px 1px 3px 2px #c3481e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,72,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 #c3481e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3481e; -webkit-box-shadow: 1px 1px 3px 2px #c3481e; box-shadow: 1px 1px 3px 2px #c3481e;">
Div content here</div>
This div box has shadow with color #c3481e
Comments
No comments written yet.
Please login to write comment.