Shades of Fire Engine Red #CC222B
Tints of Fire Engine Red #CC222B
RGB
CMYK
RGB Variations
Color information
#CC222B (or 0xCC222B) is known color: Fire Engine Red. HEX triplet: CC, 22 and 2B. RGB value is (204,34,43). Sum of RGB (Red+Green+Blue) = 204+34+43=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC222B is #33DDD4. Grayscale: #555555. Windows color (decimal): -3399125 or 2826956. OLE color: 2826956.
HSL color Cylindrical-coordinate representation of color #CC222B: hue angle of 356.82º 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 #CC222B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 43 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.2 |
| HSL | 356.82º | 0.71% | 0.47% | - |
| HSV(B) | 356.82º | 0.83% | 0.8% | - |
| XYZ | 25.91 | 14.16 | 3.65 | - |
| YUV | 85.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 43 | 0 | 0.83 | 0.79 | 0.2 | 356.82 | 0.71 | 0.47 |
| Hex | CC | 22 | 2B | 0 | 53 | 4F | 14 | 165 | 47 | 2F |
| Octal | 314 | 42 | 53 | 0 | 123 | 117 | 24 | 545 | 107 | 57 |
| Binary | 11001100 | 100010 | 101011 | 0 | 1010011 | 1001111 | 10100 | 101100101 | 1000111 | 101111 |
Color Harmonies of #CC222B
Complementary color
Monochromatic Colors of #CC222B
Black with #CC222B
Text Example
Text Example
White with #CC222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC222B; }
p { color: rgb(204,34,43); }
H1.HeaderClassName
{
color: #CC222B;
}
.AnyTagClassName
{
color: #CC222B;
}
</style>
background-color css
<style>
a { background-color: #CC222B; }
a { background-color: rgb(204,34,43); }
div.DivClassName
{
background-color: #CC222B;
}
.BgClassName
{
background-color: #CC222B;
}
</style>
border-color css
<style>
span { border-color: #CC222B; }
span { border-color: rgb(204,34,43); }
td.TdClassName
{
border-color: #CC222B;
}
.TagClassName
{
border-color: #CC222B;
}
</style>