Shades of Fire Engine Red #CC2124
Tints of Fire Engine Red #CC2124
RGB
CMYK
RGB Variations
Color information
#CC2124 (or 0xCC2124) is known color: Fire Engine Red. HEX triplet: CC, 21 and 24. RGB value is (204,33,36). Sum of RGB (Red+Green+Blue) = 204+33+36=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2124 is #33DEDB. Grayscale: #545454. Windows color (decimal): -3399388 or 2367948. OLE color: 2367948.
HSL color Cylindrical-coordinate representation of color #CC2124: hue angle of 358.95º degrees, saturation: 0.72, 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 #CC2124 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 36 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.2 |
| HSL | 358.95º | 0.72% | 0.46% | - |
| HSV(B) | 358.95º | 0.84% | 0.8% | - |
| XYZ | 25.76 | 14.05 | 3.02 | - |
| YUV | 84.47 | 100.65 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 36 | 0 | 0.84 | 0.82 | 0.2 | 358.95 | 0.72 | 0.46 |
| Hex | CC | 21 | 24 | 0 | 54 | 52 | 14 | 167 | 48 | 2E |
| Octal | 314 | 41 | 44 | 0 | 124 | 122 | 24 | 547 | 110 | 56 |
| Binary | 11001100 | 100001 | 100100 | 0 | 1010100 | 1010010 | 10100 | 101100111 | 1001000 | 101110 |
Color Harmonies of #CC2124
Complementary color
Monochromatic Colors of #CC2124
Black with #CC2124
Text Example
Text Example
White with #CC2124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2124; }
p { color: rgb(204,33,36); }
H1.HeaderClassName
{
color: #CC2124;
}
.AnyTagClassName
{
color: #CC2124;
}
</style>
background-color css
<style>
a { background-color: #CC2124; }
a { background-color: rgb(204,33,36); }
div.DivClassName
{
background-color: #CC2124;
}
.BgClassName
{
background-color: #CC2124;
}
</style>
border-color css
<style>
span { border-color: #CC2124; }
span { border-color: rgb(204,33,36); }
td.TdClassName
{
border-color: #CC2124;
}
.TagClassName
{
border-color: #CC2124;
}
</style>