Shades of Fire Engine Red #CC022D
Tints of Fire Engine Red #CC022D
RGB
CMYK
RGB Variations
Color information
#CC022D (or 0xCC022D) is known color: Fire Engine Red. HEX triplet: CC, 02 and 2D. RGB value is (204,2,45). Sum of RGB (Red+Green+Blue) = 204+2+45=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC022D is #33FDD2. Grayscale: #434343. Windows color (decimal): -3407315 or 2949836. OLE color: 2949836.
HSL color Cylindrical-coordinate representation of color #CC022D: hue angle of 347.23º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC022D is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.2 |
| HSL | 347.23º | 0.98% | 0.4% | - |
| HSV(B) | 347.23º | 0.99% | 0.8% | - |
| XYZ | 25.4 | 13.07 | 3.67 | - |
| YUV | 67.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 45 | 0 | 0.99 | 0.78 | 0.2 | 347.23 | 0.98 | 0.4 |
| Hex | CC | 2 | 2D | 0 | 63 | 4E | 14 | 15B | 62 | 28 |
| Octal | 314 | 2 | 55 | 0 | 143 | 116 | 24 | 533 | 142 | 50 |
| Binary | 11001100 | 10 | 101101 | 0 | 1100011 | 1001110 | 10100 | 101011011 | 1100010 | 101000 |
Color Harmonies of #CC022D
Complementary color
Monochromatic Colors of #CC022D
Black with #CC022D
Text Example
Text Example
White with #CC022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC022D; }
p { color: rgb(204,2,45); }
H1.HeaderClassName
{
color: #CC022D;
}
.AnyTagClassName
{
color: #CC022D;
}
</style>
background-color css
<style>
a { background-color: #CC022D; }
a { background-color: rgb(204,2,45); }
div.DivClassName
{
background-color: #CC022D;
}
.BgClassName
{
background-color: #CC022D;
}
</style>
border-color css
<style>
span { border-color: #CC022D; }
span { border-color: rgb(204,2,45); }
td.TdClassName
{
border-color: #CC022D;
}
.TagClassName
{
border-color: #CC022D;
}
</style>