Shades of Fire Engine Red #CC212D
Tints of Fire Engine Red #CC212D
RGB
CMYK
RGB Variations
Color information
#CC212D (or 0xCC212D) is known color: Fire Engine Red. HEX triplet: CC, 21 and 2D. RGB value is (204,33,45). Sum of RGB (Red+Green+Blue) = 204+33+45=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC212D is #33DED2. Grayscale: #555555. Windows color (decimal): -3399379 or 2957772. OLE color: 2957772.
HSL color Cylindrical-coordinate representation of color #CC212D: hue angle of 355.79º 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 #CC212D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 45 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.2 |
| HSL | 355.79º | 0.72% | 0.46% | - |
| HSV(B) | 355.79º | 0.84% | 0.8% | - |
| XYZ | 25.92 | 14.11 | 3.84 | - |
| YUV | 85.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 45 | 0 | 0.84 | 0.78 | 0.2 | 355.79 | 0.72 | 0.46 |
| Hex | CC | 21 | 2D | 0 | 54 | 4E | 14 | 164 | 48 | 2E |
| Octal | 314 | 41 | 55 | 0 | 124 | 116 | 24 | 544 | 110 | 56 |
| Binary | 11001100 | 100001 | 101101 | 0 | 1010100 | 1001110 | 10100 | 101100100 | 1001000 | 101110 |
Color Harmonies of #CC212D
Complementary color
Monochromatic Colors of #CC212D
Black with #CC212D
Text Example
Text Example
White with #CC212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC212D; }
p { color: rgb(204,33,45); }
H1.HeaderClassName
{
color: #CC212D;
}
.AnyTagClassName
{
color: #CC212D;
}
</style>
background-color css
<style>
a { background-color: #CC212D; }
a { background-color: rgb(204,33,45); }
div.DivClassName
{
background-color: #CC212D;
}
.BgClassName
{
background-color: #CC212D;
}
</style>
border-color css
<style>
span { border-color: #CC212D; }
span { border-color: rgb(204,33,45); }
td.TdClassName
{
border-color: #CC212D;
}
.TagClassName
{
border-color: #CC212D;
}
</style>