Shades of Fire Engine Red #CC1619
Tints of Fire Engine Red #CC1619
RGB
CMYK
RGB Variations
Color information
#CC1619 (or 0xCC1619) is known color: Fire Engine Red. HEX triplet: CC, 16 and 19. RGB value is (204,22,25). Sum of RGB (Red+Green+Blue) = 204+22+25=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1619 is #33E9E6. Grayscale: #4C4C4C. Windows color (decimal): -3402215 or 1644236. OLE color: 1644236.
HSL color Cylindrical-coordinate representation of color #CC1619: hue angle of 359.01º 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 #CC1619 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.2 |
| HSL | 359.01º | 0.81% | 0.44% | - |
| HSV(B) | 359.01º | 0.89% | 0.8% | - |
| XYZ | 25.36 | 13.48 | 2.19 | - |
| YUV | 76.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 25 | 0 | 0.89 | 0.88 | 0.2 | 359.01 | 0.81 | 0.44 |
| Hex | CC | 16 | 19 | 0 | 59 | 58 | 14 | 167 | 51 | 2C |
| Octal | 314 | 26 | 31 | 0 | 131 | 130 | 24 | 547 | 121 | 54 |
| Binary | 11001100 | 10110 | 11001 | 0 | 1011001 | 1011000 | 10100 | 101100111 | 1010001 | 101100 |
Color Harmonies of #CC1619
Complementary color
Monochromatic Colors of #CC1619
Black with #CC1619
Text Example
Text Example
White with #CC1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1619; }
p { color: rgb(204,22,25); }
H1.HeaderClassName
{
color: #CC1619;
}
.AnyTagClassName
{
color: #CC1619;
}
</style>
background-color css
<style>
a { background-color: #CC1619; }
a { background-color: rgb(204,22,25); }
div.DivClassName
{
background-color: #CC1619;
}
.BgClassName
{
background-color: #CC1619;
}
</style>
border-color css
<style>
span { border-color: #CC1619; }
span { border-color: rgb(204,22,25); }
td.TdClassName
{
border-color: #CC1619;
}
.TagClassName
{
border-color: #CC1619;
}
</style>