Shades of Fire Engine Red #CC1921
Tints of Fire Engine Red #CC1921
RGB
CMYK
RGB Variations
Color information
#CC1921 (or 0xCC1921) is known color: Fire Engine Red. HEX triplet: CC, 19 and 21. RGB value is (204,25,33). Sum of RGB (Red+Green+Blue) = 204+25+33=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1921 is #33E6DE. Grayscale: #4F4F4F. Windows color (decimal): -3401439 or 2169292. OLE color: 2169292.
HSL color Cylindrical-coordinate representation of color #CC1921: hue angle of 357.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1921 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 33 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.2 |
| HSL | 357.32º | 0.78% | 0.45% | - |
| HSV(B) | 357.32º | 0.88% | 0.8% | - |
| XYZ | 25.52 | 13.64 | 2.73 | - |
| YUV | 79.43 | 101.8 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 33 | 0 | 0.88 | 0.84 | 0.2 | 357.32 | 0.78 | 0.45 |
| Hex | CC | 19 | 21 | 0 | 58 | 54 | 14 | 165 | 4E | 2D |
| Octal | 314 | 31 | 41 | 0 | 130 | 124 | 24 | 545 | 116 | 55 |
| Binary | 11001100 | 11001 | 100001 | 0 | 1011000 | 1010100 | 10100 | 101100101 | 1001110 | 101101 |
Color Harmonies of #CC1921
Complementary color
Monochromatic Colors of #CC1921
Black with #CC1921
Text Example
Text Example
White with #CC1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1921; }
p { color: rgb(204,25,33); }
H1.HeaderClassName
{
color: #CC1921;
}
.AnyTagClassName
{
color: #CC1921;
}
</style>
background-color css
<style>
a { background-color: #CC1921; }
a { background-color: rgb(204,25,33); }
div.DivClassName
{
background-color: #CC1921;
}
.BgClassName
{
background-color: #CC1921;
}
</style>
border-color css
<style>
span { border-color: #CC1921; }
span { border-color: rgb(204,25,33); }
td.TdClassName
{
border-color: #CC1921;
}
.TagClassName
{
border-color: #CC1921;
}
</style>