Shades of Fire Engine Red #CC0C2B
Tints of Fire Engine Red #CC0C2B
RGB
CMYK
RGB Variations
Color information
#CC0C2B (or 0xCC0C2B) is known color: Fire Engine Red. HEX triplet: CC, 0C and 2B. RGB value is (204,12,43). Sum of RGB (Red+Green+Blue) = 204+12+43=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C2B is #33F3D4. Grayscale: #494949. Windows color (decimal): -3404757 or 2821324. OLE color: 2821324.
HSL color Cylindrical-coordinate representation of color #CC0C2B: hue angle of 350.31º 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 #CC0C2B is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 43 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.2 |
| HSL | 350.31º | 0.89% | 0.42% | - |
| HSV(B) | 350.31º | 0.94% | 0.8% | - |
| XYZ | 25.47 | 13.27 | 3.51 | - |
| YUV | 72.94 | 111.11 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 43 | 0 | 0.94 | 0.79 | 0.2 | 350.31 | 0.89 | 0.42 |
| Hex | CC | C | 2B | 0 | 5E | 4F | 14 | 15E | 59 | 2A |
| Octal | 314 | 14 | 53 | 0 | 136 | 117 | 24 | 536 | 131 | 52 |
| Binary | 11001100 | 1100 | 101011 | 0 | 1011110 | 1001111 | 10100 | 101011110 | 1011001 | 101010 |
Color Harmonies of #CC0C2B
Complementary color
Monochromatic Colors of #CC0C2B
Black with #CC0C2B
Text Example
Text Example
White with #CC0C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C2B; }
p { color: rgb(204,12,43); }
H1.HeaderClassName
{
color: #CC0C2B;
}
.AnyTagClassName
{
color: #CC0C2B;
}
</style>
background-color css
<style>
a { background-color: #CC0C2B; }
a { background-color: rgb(204,12,43); }
div.DivClassName
{
background-color: #CC0C2B;
}
.BgClassName
{
background-color: #CC0C2B;
}
</style>
border-color css
<style>
span { border-color: #CC0C2B; }
span { border-color: rgb(204,12,43); }
td.TdClassName
{
border-color: #CC0C2B;
}
.TagClassName
{
border-color: #CC0C2B;
}
</style>