Shades of Fire Engine Red #CC2229
Tints of Fire Engine Red #CC2229
RGB
CMYK
RGB Variations
Color information
#CC2229 (or 0xCC2229) is known color: Fire Engine Red. HEX triplet: CC, 22 and 29. RGB value is (204,34,41). Sum of RGB (Red+Green+Blue) = 204+34+41=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2229 is #33DDD6. Grayscale: #555555. Windows color (decimal): -3399127 or 2695884. OLE color: 2695884.
HSL color Cylindrical-coordinate representation of color #CC2229: hue angle of 357.53º 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 #CC2229 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 41 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.2 |
| HSL | 357.53º | 0.71% | 0.47% | - |
| HSV(B) | 357.53º | 0.83% | 0.8% | - |
| XYZ | 25.87 | 14.14 | 3.46 | - |
| YUV | 85.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 41 | 0 | 0.83 | 0.80 | 0.2 | 357.53 | 0.71 | 0.47 |
| Hex | CC | 22 | 29 | 0 | 53 | 50 | 14 | 166 | 47 | 2F |
| Octal | 314 | 42 | 51 | 0 | 123 | 120 | 24 | 546 | 107 | 57 |
| Binary | 11001100 | 100010 | 101001 | 0 | 1010011 | 1010000 | 10100 | 101100110 | 1000111 | 101111 |
Color Harmonies of #CC2229
Complementary color
Monochromatic Colors of #CC2229
Black with #CC2229
Text Example
Text Example
White with #CC2229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2229; }
p { color: rgb(204,34,41); }
H1.HeaderClassName
{
color: #CC2229;
}
.AnyTagClassName
{
color: #CC2229;
}
</style>
background-color css
<style>
a { background-color: #CC2229; }
a { background-color: rgb(204,34,41); }
div.DivClassName
{
background-color: #CC2229;
}
.BgClassName
{
background-color: #CC2229;
}
</style>
border-color css
<style>
span { border-color: #CC2229; }
span { border-color: rgb(204,34,41); }
td.TdClassName
{
border-color: #CC2229;
}
.TagClassName
{
border-color: #CC2229;
}
</style>