Shades of Fire Engine Red #CC0C2F
Tints of Fire Engine Red #CC0C2F
RGB
CMYK
RGB Variations
Color information
#CC0C2F (or 0xCC0C2F) is known color: Fire Engine Red. HEX triplet: CC, 0C and 2F. RGB value is (204,12,47). Sum of RGB (Red+Green+Blue) = 204+12+47=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C2F is #33F3D0. Grayscale: #494949. Windows color (decimal): -3404753 or 3083468. OLE color: 3083468.
HSL color Cylindrical-coordinate representation of color #CC0C2F: hue angle of 349.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C2F is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 47 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.2 |
| HSL | 349.06º | 0.89% | 0.42% | - |
| HSV(B) | 349.06º | 0.94% | 0.8% | - |
| XYZ | 25.55 | 13.31 | 3.91 | - |
| YUV | 73.4 | 113.11 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 47 | 0 | 0.94 | 0.77 | 0.2 | 349.06 | 0.89 | 0.42 |
| Hex | CC | C | 2F | 0 | 5E | 4D | 14 | 15D | 59 | 2A |
| Octal | 314 | 14 | 57 | 0 | 136 | 115 | 24 | 535 | 131 | 52 |
| Binary | 11001100 | 1100 | 101111 | 0 | 1011110 | 1001101 | 10100 | 101011101 | 1011001 | 101010 |
Color Harmonies of #CC0C2F
Complementary color
Monochromatic Colors of #CC0C2F
Black with #CC0C2F
Text Example
Text Example
White with #CC0C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C2F; }
p { color: rgb(204,12,47); }
H1.HeaderClassName
{
color: #CC0C2F;
}
.AnyTagClassName
{
color: #CC0C2F;
}
</style>
background-color css
<style>
a { background-color: #CC0C2F; }
a { background-color: rgb(204,12,47); }
div.DivClassName
{
background-color: #CC0C2F;
}
.BgClassName
{
background-color: #CC0C2F;
}
</style>
border-color css
<style>
span { border-color: #CC0C2F; }
span { border-color: rgb(204,12,47); }
td.TdClassName
{
border-color: #CC0C2F;
}
.TagClassName
{
border-color: #CC0C2F;
}
</style>