Shades of Fire Engine Red #CC212A
Tints of Fire Engine Red #CC212A
RGB
CMYK
RGB Variations
Color information
#CC212A (or 0xCC212A) is known color: Fire Engine Red. HEX triplet: CC, 21 and 2A. RGB value is (204,33,42). Sum of RGB (Red+Green+Blue) = 204+33+42=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC212A is #33DED5. Grayscale: #555555. Windows color (decimal): -3399382 or 2761164. OLE color: 2761164.
HSL color Cylindrical-coordinate representation of color #CC212A: hue angle of 356.84º 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 #CC212A is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 42 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.2 |
| HSL | 356.84º | 0.72% | 0.46% | - |
| HSV(B) | 356.84º | 0.84% | 0.8% | - |
| XYZ | 25.86 | 14.09 | 3.55 | - |
| YUV | 85.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 42 | 0 | 0.84 | 0.79 | 0.2 | 356.84 | 0.72 | 0.46 |
| Hex | CC | 21 | 2A | 0 | 54 | 4F | 14 | 165 | 48 | 2E |
| Octal | 314 | 41 | 52 | 0 | 124 | 117 | 24 | 545 | 110 | 56 |
| Binary | 11001100 | 100001 | 101010 | 0 | 1010100 | 1001111 | 10100 | 101100101 | 1001000 | 101110 |
Color Harmonies of #CC212A
Complementary color
Monochromatic Colors of #CC212A
Black with #CC212A
Text Example
Text Example
White with #CC212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC212A; }
p { color: rgb(204,33,42); }
H1.HeaderClassName
{
color: #CC212A;
}
.AnyTagClassName
{
color: #CC212A;
}
</style>
background-color css
<style>
a { background-color: #CC212A; }
a { background-color: rgb(204,33,42); }
div.DivClassName
{
background-color: #CC212A;
}
.BgClassName
{
background-color: #CC212A;
}
</style>
border-color css
<style>
span { border-color: #CC212A; }
span { border-color: rgb(204,33,42); }
td.TdClassName
{
border-color: #CC212A;
}
.TagClassName
{
border-color: #CC212A;
}
</style>