Shades of Fire Engine Red #CE1119
Tints of Fire Engine Red #CE1119
RGB
CMYK
RGB Variations
Color information
#CE1119 (or 0xCE1119) is known color: Fire Engine Red. HEX triplet: CE, 11 and 19. RGB value is (206,17,25). Sum of RGB (Red+Green+Blue) = 206+17+25=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1119 is #31EEE6. Grayscale: #4A4A4A. Windows color (decimal): -3272423 or 1642958. OLE color: 1642958.
HSL color Cylindrical-coordinate representation of color #CE1119: hue angle of 357.46º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1119 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 25 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.19 |
| HSL | 357.46º | 0.85% | 0.44% | - |
| HSV(B) | 357.46º | 0.92% | 0.81% | - |
| XYZ | 25.83 | 13.59 | 2.18 | - |
| YUV | 74.42 | 100.12 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 25 | 0 | 0.92 | 0.88 | 0.19 | 357.46 | 0.85 | 0.44 |
| Hex | CE | 11 | 19 | 0 | 5C | 58 | 13 | 165 | 55 | 2C |
| Octal | 316 | 21 | 31 | 0 | 134 | 130 | 23 | 545 | 125 | 54 |
| Binary | 11001110 | 10001 | 11001 | 0 | 1011100 | 1011000 | 10011 | 101100101 | 1010101 | 101100 |
Color Harmonies of #CE1119
Complementary color
Monochromatic Colors of #CE1119
Black with #CE1119
Text Example
Text Example
White with #CE1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1119; }
p { color: rgb(206,17,25); }
H1.HeaderClassName
{
color: #CE1119;
}
.AnyTagClassName
{
color: #CE1119;
}
</style>
background-color css
<style>
a { background-color: #CE1119; }
a { background-color: rgb(206,17,25); }
div.DivClassName
{
background-color: #CE1119;
}
.BgClassName
{
background-color: #CE1119;
}
</style>
border-color css
<style>
span { border-color: #CE1119; }
span { border-color: rgb(206,17,25); }
td.TdClassName
{
border-color: #CE1119;
}
.TagClassName
{
border-color: #CE1119;
}
</style>