Shades of Fire Engine Red #CC042C
Tints of Fire Engine Red #CC042C
RGB
CMYK
RGB Variations
Color information
#CC042C (or 0xCC042C) is known color: Fire Engine Red. HEX triplet: CC, 04 and 2C. RGB value is (204,4,44). Sum of RGB (Red+Green+Blue) = 204+4+44=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC042C is #33FBD3. Grayscale: #444444. Windows color (decimal): -3406804 or 2884812. OLE color: 2884812.
HSL color Cylindrical-coordinate representation of color #CC042C: hue angle of 348º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC042C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.2 |
| HSL | 348º | 0.96% | 0.41% | - |
| HSV(B) | 348º | 0.98% | 0.8% | - |
| XYZ | 25.4 | 13.11 | 3.57 | - |
| YUV | 68.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 44 | 0 | 0.98 | 0.78 | 0.2 | 348 | 0.96 | 0.41 |
| Hex | CC | 4 | 2C | 0 | 62 | 4E | 14 | 15C | 60 | 29 |
| Octal | 314 | 4 | 54 | 0 | 142 | 116 | 24 | 534 | 140 | 51 |
| Binary | 11001100 | 100 | 101100 | 0 | 1100010 | 1001110 | 10100 | 101011100 | 1100000 | 101001 |
Color Harmonies of #CC042C
Complementary color
Monochromatic Colors of #CC042C
Black with #CC042C
Text Example
Text Example
White with #CC042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC042C; }
p { color: rgb(204,4,44); }
H1.HeaderClassName
{
color: #CC042C;
}
.AnyTagClassName
{
color: #CC042C;
}
</style>
background-color css
<style>
a { background-color: #CC042C; }
a { background-color: rgb(204,4,44); }
div.DivClassName
{
background-color: #CC042C;
}
.BgClassName
{
background-color: #CC042C;
}
</style>
border-color css
<style>
span { border-color: #CC042C; }
span { border-color: rgb(204,4,44); }
td.TdClassName
{
border-color: #CC042C;
}
.TagClassName
{
border-color: #CC042C;
}
</style>