Shades of Fire Engine Red #EE1018
Tints of Fire Engine Red #EE1018
RGB
CMYK
RGB Variations
Color information
#EE1018 (or 0xEE1018) is known color: Fire Engine Red. HEX triplet: EE, 10 and 18. RGB value is (238,16,24). Sum of RGB (Red+Green+Blue) = 238+16+24=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1018 is #11EFE7. Grayscale: #535353. Windows color (decimal): -1175528 or 1577198. OLE color: 1577198.
HSL color Cylindrical-coordinate representation of color #EE1018: hue angle of 357.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1018 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 24 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.07 |
| HSL | 357.84º | 0.87% | 0.5% | - |
| HSV(B) | 357.84º | 0.93% | 0.93% | - |
| XYZ | 35.61 | 18.61 | 2.58 | - |
| YUV | 83.29 | 94.55 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 24 | 0 | 0.93 | 0.90 | 0.07 | 357.84 | 0.87 | 0.5 |
| Hex | EE | 10 | 18 | 0 | 5D | 5A | 7 | 166 | 57 | 32 |
| Octal | 356 | 20 | 30 | 0 | 135 | 132 | 7 | 546 | 127 | 62 |
| Binary | 11101110 | 10000 | 11000 | 0 | 1011101 | 1011010 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EE1018
Complementary color
Monochromatic Colors of #EE1018
Black with #EE1018
Text Example
Text Example
White with #EE1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1018; }
p { color: rgb(238,16,24); }
H1.HeaderClassName
{
color: #EE1018;
}
.AnyTagClassName
{
color: #EE1018;
}
</style>
background-color css
<style>
a { background-color: #EE1018; }
a { background-color: rgb(238,16,24); }
div.DivClassName
{
background-color: #EE1018;
}
.BgClassName
{
background-color: #EE1018;
}
</style>
border-color css
<style>
span { border-color: #EE1018; }
span { border-color: rgb(238,16,24); }
td.TdClassName
{
border-color: #EE1018;
}
.TagClassName
{
border-color: #EE1018;
}
</style>