Shades of Fire Engine Red #CC1419
Tints of Fire Engine Red #CC1419
RGB
CMYK
RGB Variations
Color information
#CC1419 (or 0xCC1419) is known color: Fire Engine Red. HEX triplet: CC, 14 and 19. RGB value is (204,20,25). Sum of RGB (Red+Green+Blue) = 204+20+25=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1419 is #33EBE6. Grayscale: #4B4B4B. Windows color (decimal): -3402727 or 1643724. OLE color: 1643724.
HSL color Cylindrical-coordinate representation of color #CC1419: hue angle of 358.37º 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 #CC1419 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 25 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.2 |
| HSL | 358.37º | 0.82% | 0.44% | - |
| HSV(B) | 358.37º | 0.9% | 0.8% | - |
| XYZ | 25.33 | 13.41 | 2.17 | - |
| YUV | 75.59 | 99.46 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 25 | 0 | 0.90 | 0.88 | 0.2 | 358.37 | 0.82 | 0.44 |
| Hex | CC | 14 | 19 | 0 | 5A | 58 | 14 | 166 | 52 | 2C |
| Octal | 314 | 24 | 31 | 0 | 132 | 130 | 24 | 546 | 122 | 54 |
| Binary | 11001100 | 10100 | 11001 | 0 | 1011010 | 1011000 | 10100 | 101100110 | 1010010 | 101100 |
Color Harmonies of #CC1419
Complementary color
Monochromatic Colors of #CC1419
Black with #CC1419
Text Example
Text Example
White with #CC1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1419; }
p { color: rgb(204,20,25); }
H1.HeaderClassName
{
color: #CC1419;
}
.AnyTagClassName
{
color: #CC1419;
}
</style>
background-color css
<style>
a { background-color: #CC1419; }
a { background-color: rgb(204,20,25); }
div.DivClassName
{
background-color: #CC1419;
}
.BgClassName
{
background-color: #CC1419;
}
</style>
border-color css
<style>
span { border-color: #CC1419; }
span { border-color: rgb(204,20,25); }
td.TdClassName
{
border-color: #CC1419;
}
.TagClassName
{
border-color: #CC1419;
}
</style>