Shades of Fire Engine Red #CC0B2F
Tints of Fire Engine Red #CC0B2F
RGB
CMYK
RGB Variations
Color information
#CC0B2F (or 0xCC0B2F) is known color: Fire Engine Red. HEX triplet: CC, 0B and 2F. RGB value is (204,11,47). Sum of RGB (Red+Green+Blue) = 204+11+47=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0B2F is #33F4D0. Grayscale: #484848. Windows color (decimal): -3405009 or 3083212. OLE color: 3083212.
HSL color Cylindrical-coordinate representation of color #CC0B2F: hue angle of 348.81º degrees, saturation: 0.9, 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 #CC0B2F is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 47 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.2 |
| HSL | 348.81º | 0.9% | 0.42% | - |
| HSV(B) | 348.81º | 0.95% | 0.8% | - |
| XYZ | 25.53 | 13.28 | 3.91 | - |
| YUV | 72.81 | 113.44 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 47 | 0 | 0.95 | 0.77 | 0.2 | 348.81 | 0.9 | 0.42 |
| Hex | CC | B | 2F | 0 | 5F | 4D | 14 | 15D | 5A | 2A |
| Octal | 314 | 13 | 57 | 0 | 137 | 115 | 24 | 535 | 132 | 52 |
| Binary | 11001100 | 1011 | 101111 | 0 | 1011111 | 1001101 | 10100 | 101011101 | 1011010 | 101010 |
Color Harmonies of #CC0B2F
Complementary color
Monochromatic Colors of #CC0B2F
Black with #CC0B2F
Text Example
Text Example
White with #CC0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0B2F; }
p { color: rgb(204,11,47); }
H1.HeaderClassName
{
color: #CC0B2F;
}
.AnyTagClassName
{
color: #CC0B2F;
}
</style>
background-color css
<style>
a { background-color: #CC0B2F; }
a { background-color: rgb(204,11,47); }
div.DivClassName
{
background-color: #CC0B2F;
}
.BgClassName
{
background-color: #CC0B2F;
}
</style>
border-color css
<style>
span { border-color: #CC0B2F; }
span { border-color: rgb(204,11,47); }
td.TdClassName
{
border-color: #CC0B2F;
}
.TagClassName
{
border-color: #CC0B2F;
}
</style>