Shades of Fire Engine Red #CC1119
Tints of Fire Engine Red #CC1119
RGB
CMYK
RGB Variations
Color information
#CC1119 (or 0xCC1119) is known color: Fire Engine Red. HEX triplet: CC, 11 and 19. RGB value is (204,17,25). Sum of RGB (Red+Green+Blue) = 204+17+25=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1119 is #33EEE6. Grayscale: #494949. Windows color (decimal): -3403495 or 1642956. OLE color: 1642956.
HSL color Cylindrical-coordinate representation of color #CC1119: hue angle of 357.43º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1119 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 25 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.2 |
| HSL | 357.43º | 0.85% | 0.43% | - |
| HSV(B) | 357.43º | 0.92% | 0.8% | - |
| XYZ | 25.28 | 13.31 | 2.16 | - |
| YUV | 73.83 | 100.45 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 25 | 0 | 0.92 | 0.88 | 0.2 | 357.43 | 0.85 | 0.43 |
| Hex | CC | 11 | 19 | 0 | 5C | 58 | 14 | 165 | 55 | 2B |
| Octal | 314 | 21 | 31 | 0 | 134 | 130 | 24 | 545 | 125 | 53 |
| Binary | 11001100 | 10001 | 11001 | 0 | 1011100 | 1011000 | 10100 | 101100101 | 1010101 | 101011 |
Color Harmonies of #CC1119
Complementary color
Monochromatic Colors of #CC1119
Black with #CC1119
Text Example
Text Example
White with #CC1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1119; }
p { color: rgb(204,17,25); }
H1.HeaderClassName
{
color: #CC1119;
}
.AnyTagClassName
{
color: #CC1119;
}
</style>
background-color css
<style>
a { background-color: #CC1119; }
a { background-color: rgb(204,17,25); }
div.DivClassName
{
background-color: #CC1119;
}
.BgClassName
{
background-color: #CC1119;
}
</style>
border-color css
<style>
span { border-color: #CC1119; }
span { border-color: rgb(204,17,25); }
td.TdClassName
{
border-color: #CC1119;
}
.TagClassName
{
border-color: #CC1119;
}
</style>