Color spaces of #c02638
RGB | 192 | 38 | 56 |
---|---|---|---|
HSL | 0.98 | 0.67 | 0.45 |
HSV | 353° | 80° | 75° |
CMYK | 0.00 | 0.80 | 0.71 0.25 |
XYZ | 23.1452 | 12.8782 | 5.0072 |
Yxy | 12.8782 | 0.5641 | 0.3139 |
Hunter Lab | 35.8862 | 52.3246 | 16.8476 |
CIE-Lab | 42.5791 | 59.7357 | 29.3443 |
#c02638 color RGB value is (192,38,56).
#c02638 hex color red value is 192, green value is 38 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #c02638 hue: 0.98 , saturation: 0.67 and the lightness value of c02638 is 0.45.
The process color (four color CMYK) of #c02638 color hex is 0.00, 0.80, 0.71, 0.25. Web safe color of #c02638 is #cc3333. Color #c02638 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00100110 | 00111000 |
Octal | 300 | 46 | 70 |
Decimal | 192 | 38 | 56 |
Hex | C0 | 26 | 38 |
Shades of #c02638
Tints of #c02638
RGB Percentages of Color #c02638
CMYK Percentages of Color #c02638
Complementary Color
#c02638 | #26c0ae |
#c02638 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c02638 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c02638 Color CSS Codes
.mybgcolor {background-color:#c02638; } .myforecolor {color:#c02638; } .mybordercolor {border:3px solid #c02638; }
#c02638 Text Font Color
<p style="color:#c02638">Text here</p>
This sample text font color is #c02638
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.
#c02638 Background Color
<div style="background-color:#c02638">
Div content here</div>
This div background color is #c02638
#c02638 Border Color
<div style="border:3px solid #c02638">
Div here</div>
This div border color is #c02638
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,38,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c02638; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c02638; -webkit-box-shadow: 1px 1px 3px 2px #c02638; box-shadow: 1px 1px 3px 2px #c02638; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,38,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c02638">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c02638; -webkit-box-shadow: 1px 1px 3px 2px #c02638; box-shadow: 1px 1px 3px 2px #c02638;">
Div content here</div>
This div box has shadow with color #c02638
Comments
No comments written yet.
Please login to write comment.