Shades of Fire Engine Red #CC1620
Tints of Fire Engine Red #CC1620
RGB
CMYK
RGB Variations
Color information
#CC1620 (or 0xCC1620) is known color: Fire Engine Red. HEX triplet: CC, 16 and 20. RGB value is (204,22,32). Sum of RGB (Red+Green+Blue) = 204+22+32=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1620 is #33E9DF. Grayscale: #4D4D4D. Windows color (decimal): -3402208 or 2102988. OLE color: 2102988.
HSL color Cylindrical-coordinate representation of color #CC1620: hue angle of 356.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1620 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 32 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.2 |
| HSL | 356.7º | 0.81% | 0.44% | - |
| HSV(B) | 356.7º | 0.89% | 0.8% | - |
| XYZ | 25.45 | 13.52 | 2.63 | - |
| YUV | 77.56 | 102.3 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 32 | 0 | 0.89 | 0.84 | 0.2 | 356.7 | 0.81 | 0.44 |
| Hex | CC | 16 | 20 | 0 | 59 | 54 | 14 | 165 | 51 | 2C |
| Octal | 314 | 26 | 40 | 0 | 131 | 124 | 24 | 545 | 121 | 54 |
| Binary | 11001100 | 10110 | 100000 | 0 | 1011001 | 1010100 | 10100 | 101100101 | 1010001 | 101100 |
Color Harmonies of #CC1620
Complementary color
Monochromatic Colors of #CC1620
Black with #CC1620
Text Example
Text Example
White with #CC1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1620; }
p { color: rgb(204,22,32); }
H1.HeaderClassName
{
color: #CC1620;
}
.AnyTagClassName
{
color: #CC1620;
}
</style>
background-color css
<style>
a { background-color: #CC1620; }
a { background-color: rgb(204,22,32); }
div.DivClassName
{
background-color: #CC1620;
}
.BgClassName
{
background-color: #CC1620;
}
</style>
border-color css
<style>
span { border-color: #CC1620; }
span { border-color: rgb(204,22,32); }
td.TdClassName
{
border-color: #CC1620;
}
.TagClassName
{
border-color: #CC1620;
}
</style>