Shades of Fire Engine Red #CC212B
Tints of Fire Engine Red #CC212B
RGB
CMYK
RGB Variations
Color information
#CC212B (or 0xCC212B) is known color: Fire Engine Red. HEX triplet: CC, 21 and 2B. RGB value is (204,33,43). Sum of RGB (Red+Green+Blue) = 204+33+43=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC212B is #33DED4. Grayscale: #555555. Windows color (decimal): -3399381 or 2826700. OLE color: 2826700.
HSL color Cylindrical-coordinate representation of color #CC212B: hue angle of 356.49º 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 #CC212B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 43 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.2 |
| HSL | 356.49º | 0.72% | 0.46% | - |
| HSV(B) | 356.49º | 0.84% | 0.8% | - |
| XYZ | 25.88 | 14.1 | 3.64 | - |
| YUV | 85.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 43 | 0 | 0.84 | 0.79 | 0.2 | 356.49 | 0.72 | 0.46 |
| Hex | CC | 21 | 2B | 0 | 54 | 4F | 14 | 164 | 48 | 2E |
| Octal | 314 | 41 | 53 | 0 | 124 | 117 | 24 | 544 | 110 | 56 |
| Binary | 11001100 | 100001 | 101011 | 0 | 1010100 | 1001111 | 10100 | 101100100 | 1001000 | 101110 |
Color Harmonies of #CC212B
Complementary color
Monochromatic Colors of #CC212B
Black with #CC212B
Text Example
Text Example
White with #CC212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC212B; }
p { color: rgb(204,33,43); }
H1.HeaderClassName
{
color: #CC212B;
}
.AnyTagClassName
{
color: #CC212B;
}
</style>
background-color css
<style>
a { background-color: #CC212B; }
a { background-color: rgb(204,33,43); }
div.DivClassName
{
background-color: #CC212B;
}
.BgClassName
{
background-color: #CC212B;
}
</style>
border-color css
<style>
span { border-color: #CC212B; }
span { border-color: rgb(204,33,43); }
td.TdClassName
{
border-color: #CC212B;
}
.TagClassName
{
border-color: #CC212B;
}
</style>