Color spaces of #cc260d
RGB | 204 | 38 | 13 |
---|---|---|---|
HSL | 0.02 | 0.88 | 0.43 |
HSV | 8° | 94° | 80° |
CMYK | 0.00 | 0.81 | 0.94 0.20 |
XYZ | 25.6676 | 14.2527 | 1.7790 |
Yxy | 14.2527 | 0.6155 | 0.3418 |
Hunter Lab | 37.7527 | 55.2925 | 23.6330 |
CIE-Lab | 44.5932 | 62.0083 | 53.7211 |
#cc260d color RGB value is (204,38,13).
#cc260d hex color red value is 204, green value is 38 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cc260d hue: 0.02 , saturation: 0.88 and the lightness value of cc260d is 0.43.
The process color (four color CMYK) of #cc260d color hex is 0.00, 0.81, 0.94, 0.20. Web safe color of #cc260d is #cc3300. Color #cc260d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00100110 | 00001101 |
Octal | 314 | 46 | 15 |
Decimal | 204 | 38 | 13 |
Hex | CC | 26 | D |
Shades of #cc260d
Tints of #cc260d
RGB Percentages of Color #cc260d
CMYK Percentages of Color #cc260d
Complementary Color
#cc260d | #0db3cc |
#cc260d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc260d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc260d Color CSS Codes
.mybgcolor {background-color:#cc260d; } .myforecolor {color:#cc260d; } .mybordercolor {border:3px solid #cc260d; }
#cc260d Text Font Color
<p style="color:#cc260d">Text here</p>
This sample text font color is #cc260d
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.
#cc260d Background Color
<div style="background-color:#cc260d">
Div content here</div>
This div background color is #cc260d
#cc260d Border Color
<div style="border:3px solid #cc260d">
Div here</div>
This div border color is #cc260d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,38,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc260d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc260d; -webkit-box-shadow: 1px 1px 3px 2px #cc260d; box-shadow: 1px 1px 3px 2px #cc260d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,38,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc260d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc260d; -webkit-box-shadow: 1px 1px 3px 2px #cc260d; box-shadow: 1px 1px 3px 2px #cc260d;">
Div content here</div>
This div box has shadow with color #cc260d
Comments
No comments written yet.
Please login to write comment.