Shades of Fire Engine Red #CC0A2B
Tints of Fire Engine Red #CC0A2B
RGB
CMYK
RGB Variations
Color information
#CC0A2B (or 0xCC0A2B) is known color: Fire Engine Red. HEX triplet: CC, 0A and 2B. RGB value is (204,10,43). Sum of RGB (Red+Green+Blue) = 204+10+43=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0A2B is #33F5D4. Grayscale: #474747. Windows color (decimal): -3405269 or 2820812. OLE color: 2820812.
HSL color Cylindrical-coordinate representation of color #CC0A2B: hue angle of 349.79º 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 #CC0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.2 |
| HSL | 349.79º | 0.91% | 0.42% | - |
| HSV(B) | 349.79º | 0.95% | 0.8% | - |
| XYZ | 25.45 | 13.23 | 3.5 | - |
| YUV | 71.77 | 111.77 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 43 | 0 | 0.95 | 0.79 | 0.2 | 349.79 | 0.91 | 0.42 |
| Hex | CC | A | 2B | 0 | 5F | 4F | 14 | 15E | 5B | 2A |
| Octal | 314 | 12 | 53 | 0 | 137 | 117 | 24 | 536 | 133 | 52 |
| Binary | 11001100 | 1010 | 101011 | 0 | 1011111 | 1001111 | 10100 | 101011110 | 1011011 | 101010 |
Color Harmonies of #CC0A2B
Complementary color
Monochromatic Colors of #CC0A2B
Black with #CC0A2B
Text Example
Text Example
White with #CC0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A2B; }
p { color: rgb(204,10,43); }
H1.HeaderClassName
{
color: #CC0A2B;
}
.AnyTagClassName
{
color: #CC0A2B;
}
</style>
background-color css
<style>
a { background-color: #CC0A2B; }
a { background-color: rgb(204,10,43); }
div.DivClassName
{
background-color: #CC0A2B;
}
.BgClassName
{
background-color: #CC0A2B;
}
</style>
border-color css
<style>
span { border-color: #CC0A2B; }
span { border-color: rgb(204,10,43); }
td.TdClassName
{
border-color: #CC0A2B;
}
.TagClassName
{
border-color: #CC0A2B;
}
</style>