Shades of Fire Engine Red #CC2022
Tints of Fire Engine Red #CC2022
RGB
CMYK
RGB Variations
Color information
#CC2022 (or 0xCC2022) is known color: Fire Engine Red. HEX triplet: CC, 20 and 22. RGB value is (204,32,34). Sum of RGB (Red+Green+Blue) = 204+32+34=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2022 is #33DFDD. Grayscale: #535353. Windows color (decimal): -3399646 or 2236620. OLE color: 2236620.
HSL color Cylindrical-coordinate representation of color #CC2022: hue angle of 359.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2022 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 34 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.2 |
| HSL | 359.3º | 0.73% | 0.46% | - |
| HSV(B) | 359.3º | 0.84% | 0.8% | - |
| XYZ | 25.71 | 13.99 | 2.86 | - |
| YUV | 83.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 34 | 0 | 0.84 | 0.83 | 0.2 | 359.3 | 0.73 | 0.46 |
| Hex | CC | 20 | 22 | 0 | 54 | 53 | 14 | 167 | 49 | 2E |
| Octal | 314 | 40 | 42 | 0 | 124 | 123 | 24 | 547 | 111 | 56 |
| Binary | 11001100 | 100000 | 100010 | 0 | 1010100 | 1010011 | 10100 | 101100111 | 1001001 | 101110 |
Color Harmonies of #CC2022
Complementary color
Monochromatic Colors of #CC2022
Black with #CC2022
Text Example
Text Example
White with #CC2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2022; }
p { color: rgb(204,32,34); }
H1.HeaderClassName
{
color: #CC2022;
}
.AnyTagClassName
{
color: #CC2022;
}
</style>
background-color css
<style>
a { background-color: #CC2022; }
a { background-color: rgb(204,32,34); }
div.DivClassName
{
background-color: #CC2022;
}
.BgClassName
{
background-color: #CC2022;
}
</style>
border-color css
<style>
span { border-color: #CC2022; }
span { border-color: rgb(204,32,34); }
td.TdClassName
{
border-color: #CC2022;
}
.TagClassName
{
border-color: #CC2022;
}
</style>