Shades of Fire Engine Red #EE0811
Tints of Fire Engine Red #EE0811
RGB
CMYK
RGB Variations
Color information
#EE0811 (or 0xEE0811) is known color: Fire Engine Red. HEX triplet: EE, 08 and 11. RGB value is (238,8,17). Sum of RGB (Red+Green+Blue) = 238+8+17=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0811 is #11F7EE. Grayscale: #4D4D4D. Windows color (decimal): -1177583 or 1116398. OLE color: 1116398.
HSL color Cylindrical-coordinate representation of color #EE0811: hue angle of 357.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0811 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 17 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.07 |
| HSL | 357.65º | 0.93% | 0.48% | - |
| HSV(B) | 357.65º | 0.97% | 0.93% | - |
| XYZ | 35.45 | 18.39 | 2.21 | - |
| YUV | 77.8 | 93.7 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 17 | 0 | 0.97 | 0.93 | 0.07 | 357.65 | 0.93 | 0.48 |
| Hex | EE | 8 | 11 | 0 | 61 | 5D | 7 | 166 | 5D | 30 |
| Octal | 356 | 10 | 21 | 0 | 141 | 135 | 7 | 546 | 135 | 60 |
| Binary | 11101110 | 1000 | 10001 | 0 | 1100001 | 1011101 | 111 | 101100110 | 1011101 | 110000 |
Color Harmonies of #EE0811
Complementary color
Monochromatic Colors of #EE0811
Black with #EE0811
Text Example
Text Example
White with #EE0811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0811; }
p { color: rgb(238,8,17); }
H1.HeaderClassName
{
color: #EE0811;
}
.AnyTagClassName
{
color: #EE0811;
}
</style>
background-color css
<style>
a { background-color: #EE0811; }
a { background-color: rgb(238,8,17); }
div.DivClassName
{
background-color: #EE0811;
}
.BgClassName
{
background-color: #EE0811;
}
</style>
border-color css
<style>
span { border-color: #EE0811; }
span { border-color: rgb(238,8,17); }
td.TdClassName
{
border-color: #EE0811;
}
.TagClassName
{
border-color: #EE0811;
}
</style>