Shades of Fire Engine Red #CC1421
Tints of Fire Engine Red #CC1421
RGB
CMYK
RGB Variations
Color information
#CC1421 (or 0xCC1421) is known color: Fire Engine Red. HEX triplet: CC, 14 and 21. RGB value is (204,20,33). Sum of RGB (Red+Green+Blue) = 204+20+33=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1421 is #33EBDE. Grayscale: #4C4C4C. Windows color (decimal): -3402719 or 2168012. OLE color: 2168012.
HSL color Cylindrical-coordinate representation of color #CC1421: hue angle of 355.76º 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 #CC1421 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 33 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.2 |
| HSL | 355.76º | 0.82% | 0.44% | - |
| HSV(B) | 355.76º | 0.9% | 0.8% | - |
| XYZ | 25.43 | 13.45 | 2.69 | - |
| YUV | 76.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 33 | 0 | 0.90 | 0.84 | 0.2 | 355.76 | 0.82 | 0.44 |
| Hex | CC | 14 | 21 | 0 | 5A | 54 | 14 | 164 | 52 | 2C |
| Octal | 314 | 24 | 41 | 0 | 132 | 124 | 24 | 544 | 122 | 54 |
| Binary | 11001100 | 10100 | 100001 | 0 | 1011010 | 1010100 | 10100 | 101100100 | 1010010 | 101100 |
Color Harmonies of #CC1421
Complementary color
Monochromatic Colors of #CC1421
Black with #CC1421
Text Example
Text Example
White with #CC1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1421; }
p { color: rgb(204,20,33); }
H1.HeaderClassName
{
color: #CC1421;
}
.AnyTagClassName
{
color: #CC1421;
}
</style>
background-color css
<style>
a { background-color: #CC1421; }
a { background-color: rgb(204,20,33); }
div.DivClassName
{
background-color: #CC1421;
}
.BgClassName
{
background-color: #CC1421;
}
</style>
border-color css
<style>
span { border-color: #CC1421; }
span { border-color: rgb(204,20,33); }
td.TdClassName
{
border-color: #CC1421;
}
.TagClassName
{
border-color: #CC1421;
}
</style>