Shades of Fire Engine Red #CC0A2F
Tints of Fire Engine Red #CC0A2F
RGB
CMYK
RGB Variations
Color information
#CC0A2F (or 0xCC0A2F) is known color: Fire Engine Red. HEX triplet: CC, 0A and 2F. RGB value is (204,10,47). Sum of RGB (Red+Green+Blue) = 204+10+47=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0A2F is #33F5D0. Grayscale: #484848. Windows color (decimal): -3405265 or 3082956. OLE color: 3082956.
HSL color Cylindrical-coordinate representation of color #CC0A2F: hue angle of 348.56º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0A2F is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 47 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.2 |
| HSL | 348.56º | 0.91% | 0.42% | - |
| HSV(B) | 348.56º | 0.95% | 0.8% | - |
| XYZ | 25.52 | 13.26 | 3.9 | - |
| YUV | 72.22 | 113.77 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 47 | 0 | 0.95 | 0.77 | 0.2 | 348.56 | 0.91 | 0.42 |
| Hex | CC | A | 2F | 0 | 5F | 4D | 14 | 15D | 5B | 2A |
| Octal | 314 | 12 | 57 | 0 | 137 | 115 | 24 | 535 | 133 | 52 |
| Binary | 11001100 | 1010 | 101111 | 0 | 1011111 | 1001101 | 10100 | 101011101 | 1011011 | 101010 |
Color Harmonies of #CC0A2F
Complementary color
Monochromatic Colors of #CC0A2F
Black with #CC0A2F
Text Example
Text Example
White with #CC0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A2F; }
p { color: rgb(204,10,47); }
H1.HeaderClassName
{
color: #CC0A2F;
}
.AnyTagClassName
{
color: #CC0A2F;
}
</style>
background-color css
<style>
a { background-color: #CC0A2F; }
a { background-color: rgb(204,10,47); }
div.DivClassName
{
background-color: #CC0A2F;
}
.BgClassName
{
background-color: #CC0A2F;
}
</style>
border-color css
<style>
span { border-color: #CC0A2F; }
span { border-color: rgb(204,10,47); }
td.TdClassName
{
border-color: #CC0A2F;
}
.TagClassName
{
border-color: #CC0A2F;
}
</style>