Shades of Fire Engine Red #CC222A
Tints of Fire Engine Red #CC222A
RGB
CMYK
RGB Variations
Color information
#CC222A (or 0xCC222A) is known color: Fire Engine Red. HEX triplet: CC, 22 and 2A. RGB value is (204,34,42). Sum of RGB (Red+Green+Blue) = 204+34+42=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC222A is #33DDD5. Grayscale: #555555. Windows color (decimal): -3399126 or 2761420. OLE color: 2761420.
HSL color Cylindrical-coordinate representation of color #CC222A: hue angle of 357.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC222A is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 42 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.2 |
| HSL | 357.18º | 0.71% | 0.47% | - |
| HSV(B) | 357.18º | 0.83% | 0.8% | - |
| XYZ | 25.89 | 14.15 | 3.56 | - |
| YUV | 85.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 42 | 0 | 0.83 | 0.79 | 0.2 | 357.18 | 0.71 | 0.47 |
| Hex | CC | 22 | 2A | 0 | 53 | 4F | 14 | 165 | 47 | 2F |
| Octal | 314 | 42 | 52 | 0 | 123 | 117 | 24 | 545 | 107 | 57 |
| Binary | 11001100 | 100010 | 101010 | 0 | 1010011 | 1001111 | 10100 | 101100101 | 1000111 | 101111 |
Color Harmonies of #CC222A
Complementary color
Monochromatic Colors of #CC222A
Black with #CC222A
Text Example
Text Example
White with #CC222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC222A; }
p { color: rgb(204,34,42); }
H1.HeaderClassName
{
color: #CC222A;
}
.AnyTagClassName
{
color: #CC222A;
}
</style>
background-color css
<style>
a { background-color: #CC222A; }
a { background-color: rgb(204,34,42); }
div.DivClassName
{
background-color: #CC222A;
}
.BgClassName
{
background-color: #CC222A;
}
</style>
border-color css
<style>
span { border-color: #CC222A; }
span { border-color: rgb(204,34,42); }
td.TdClassName
{
border-color: #CC222A;
}
.TagClassName
{
border-color: #CC222A;
}
</style>