Shades of Fire Engine Red #EE1718
Tints of Fire Engine Red #EE1718
RGB
CMYK
RGB Variations
Color information
#EE1718 (or 0xEE1718) is known color: Fire Engine Red. HEX triplet: EE, 17 and 18. RGB value is (238,23,24). Sum of RGB (Red+Green+Blue) = 238+23+24=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1718 is #11E8E7. Grayscale: #575757. Windows color (decimal): -1173736 or 1578990. OLE color: 1578990.
HSL color Cylindrical-coordinate representation of color #EE1718: hue angle of 359.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1718 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 24 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.07 |
| HSL | 359.72º | 0.86% | 0.51% | - |
| HSV(B) | 359.72º | 0.9% | 0.93% | - |
| XYZ | 35.73 | 18.86 | 2.62 | - |
| YUV | 87.4 | 92.23 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 24 | 0 | 0.90 | 0.90 | 0.07 | 359.72 | 0.86 | 0.51 |
| Hex | EE | 17 | 18 | 0 | 5A | 5A | 7 | 168 | 56 | 33 |
| Octal | 356 | 27 | 30 | 0 | 132 | 132 | 7 | 550 | 126 | 63 |
| Binary | 11101110 | 10111 | 11000 | 0 | 1011010 | 1011010 | 111 | 101101000 | 1010110 | 110011 |
Color Harmonies of #EE1718
Complementary color
Monochromatic Colors of #EE1718
Black with #EE1718
Text Example
Text Example
White with #EE1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1718; }
p { color: rgb(238,23,24); }
H1.HeaderClassName
{
color: #EE1718;
}
.AnyTagClassName
{
color: #EE1718;
}
</style>
background-color css
<style>
a { background-color: #EE1718; }
a { background-color: rgb(238,23,24); }
div.DivClassName
{
background-color: #EE1718;
}
.BgClassName
{
background-color: #EE1718;
}
</style>
border-color css
<style>
span { border-color: #EE1718; }
span { border-color: rgb(238,23,24); }
td.TdClassName
{
border-color: #EE1718;
}
.TagClassName
{
border-color: #EE1718;
}
</style>