Shades of Fire Engine Red #CC1416
Tints of Fire Engine Red #CC1416
RGB
CMYK
RGB Variations
Color information
#CC1416 (or 0xCC1416) is known color: Fire Engine Red. HEX triplet: CC, 14 and 16. RGB value is (204,20,22). Sum of RGB (Red+Green+Blue) = 204+20+22=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1416 is #33EBE9. Grayscale: #4B4B4B. Windows color (decimal): -3402730 or 1447116. OLE color: 1447116.
HSL color Cylindrical-coordinate representation of color #CC1416: hue angle of 359.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1416 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 22 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.2 |
| HSL | 359.35º | 0.82% | 0.44% | - |
| HSV(B) | 359.35º | 0.9% | 0.8% | - |
| XYZ | 25.3 | 13.4 | 2.01 | - |
| YUV | 75.24 | 97.96 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 22 | 0 | 0.90 | 0.89 | 0.2 | 359.35 | 0.82 | 0.44 |
| Hex | CC | 14 | 16 | 0 | 5A | 59 | 14 | 167 | 52 | 2C |
| Octal | 314 | 24 | 26 | 0 | 132 | 131 | 24 | 547 | 122 | 54 |
| Binary | 11001100 | 10100 | 10110 | 0 | 1011010 | 1011001 | 10100 | 101100111 | 1010010 | 101100 |
Color Harmonies of #CC1416
Complementary color
Monochromatic Colors of #CC1416
Black with #CC1416
Text Example
Text Example
White with #CC1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1416; }
p { color: rgb(204,20,22); }
H1.HeaderClassName
{
color: #CC1416;
}
.AnyTagClassName
{
color: #CC1416;
}
</style>
background-color css
<style>
a { background-color: #CC1416; }
a { background-color: rgb(204,20,22); }
div.DivClassName
{
background-color: #CC1416;
}
.BgClassName
{
background-color: #CC1416;
}
</style>
border-color css
<style>
span { border-color: #CC1416; }
span { border-color: rgb(204,20,22); }
td.TdClassName
{
border-color: #CC1416;
}
.TagClassName
{
border-color: #CC1416;
}
</style>