Shades of Fire Engine Red #CC1420
Tints of Fire Engine Red #CC1420
RGB
CMYK
RGB Variations
Color information
#CC1420 (or 0xCC1420) is known color: Fire Engine Red. HEX triplet: CC, 14 and 20. RGB value is (204,20,32). Sum of RGB (Red+Green+Blue) = 204+20+32=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1420 is #33EBDF. Grayscale: #4C4C4C. Windows color (decimal): -3402720 or 2102476. OLE color: 2102476.
HSL color Cylindrical-coordinate representation of color #CC1420: hue angle of 356.09º 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 #CC1420 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 32 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.2 |
| HSL | 356.09º | 0.82% | 0.44% | - |
| HSV(B) | 356.09º | 0.9% | 0.8% | - |
| XYZ | 25.41 | 13.44 | 2.62 | - |
| YUV | 76.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 32 | 0 | 0.90 | 0.84 | 0.2 | 356.09 | 0.82 | 0.44 |
| Hex | CC | 14 | 20 | 0 | 5A | 54 | 14 | 164 | 52 | 2C |
| Octal | 314 | 24 | 40 | 0 | 132 | 124 | 24 | 544 | 122 | 54 |
| Binary | 11001100 | 10100 | 100000 | 0 | 1011010 | 1010100 | 10100 | 101100100 | 1010010 | 101100 |
Color Harmonies of #CC1420
Complementary color
Monochromatic Colors of #CC1420
Black with #CC1420
Text Example
Text Example
White with #CC1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1420; }
p { color: rgb(204,20,32); }
H1.HeaderClassName
{
color: #CC1420;
}
.AnyTagClassName
{
color: #CC1420;
}
</style>
background-color css
<style>
a { background-color: #CC1420; }
a { background-color: rgb(204,20,32); }
div.DivClassName
{
background-color: #CC1420;
}
.BgClassName
{
background-color: #CC1420;
}
</style>
border-color css
<style>
span { border-color: #CC1420; }
span { border-color: rgb(204,20,32); }
td.TdClassName
{
border-color: #CC1420;
}
.TagClassName
{
border-color: #CC1420;
}
</style>