Shades of Fire Engine Red #CC0D1D
Tints of Fire Engine Red #CC0D1D
RGB
CMYK
RGB Variations
Color information
#CC0D1D (or 0xCC0D1D) is known color: Fire Engine Red. HEX triplet: CC, 0D and 1D. RGB value is (204,13,29). Sum of RGB (Red+Green+Blue) = 204+13+29=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0D1D is #33F2E2. Grayscale: #484848. Windows color (decimal): -3404515 or 1904076. OLE color: 1904076.
HSL color Cylindrical-coordinate representation of color #CC0D1D: hue angle of 354.97º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D1D is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 29 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.2 |
| HSL | 354.97º | 0.88% | 0.43% | - |
| HSV(B) | 354.97º | 0.94% | 0.8% | - |
| XYZ | 25.27 | 13.21 | 2.38 | - |
| YUV | 71.93 | 103.78 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 29 | 0 | 0.94 | 0.86 | 0.2 | 354.97 | 0.88 | 0.43 |
| Hex | CC | D | 1D | 0 | 5E | 56 | 14 | 163 | 58 | 2B |
| Octal | 314 | 15 | 35 | 0 | 136 | 126 | 24 | 543 | 130 | 53 |
| Binary | 11001100 | 1101 | 11101 | 0 | 1011110 | 1010110 | 10100 | 101100011 | 1011000 | 101011 |
Color Harmonies of #CC0D1D
Complementary color
Monochromatic Colors of #CC0D1D
Black with #CC0D1D
Text Example
Text Example
White with #CC0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D1D; }
p { color: rgb(204,13,29); }
H1.HeaderClassName
{
color: #CC0D1D;
}
.AnyTagClassName
{
color: #CC0D1D;
}
</style>
background-color css
<style>
a { background-color: #CC0D1D; }
a { background-color: rgb(204,13,29); }
div.DivClassName
{
background-color: #CC0D1D;
}
.BgClassName
{
background-color: #CC0D1D;
}
</style>
border-color css
<style>
span { border-color: #CC0D1D; }
span { border-color: rgb(204,13,29); }
td.TdClassName
{
border-color: #CC0D1D;
}
.TagClassName
{
border-color: #CC0D1D;
}
</style>