Shades of Fire Engine Red #EE0A0E
Tints of Fire Engine Red #EE0A0E
RGB
CMYK
RGB Variations
Color information
#EE0A0E (or 0xEE0A0E) is known color: Fire Engine Red. HEX triplet: EE, 0A and 0E. RGB value is (238,10,14). Sum of RGB (Red+Green+Blue) = 238+10+14=262 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.84% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0A0E is #11F5F1. Grayscale: #4E4E4E. Windows color (decimal): -1177074 or 920302. OLE color: 920302.
HSL color Cylindrical-coordinate representation of color #EE0A0E: hue angle of 358.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.07 |
| HSL | 358.95º | 0.92% | 0.49% | - |
| HSV(B) | 358.95º | 0.96% | 0.93% | - |
| XYZ | 35.45 | 18.43 | 2.1 | - |
| YUV | 78.63 | 91.54 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 14 | 0 | 0.96 | 0.94 | 0.07 | 358.95 | 0.92 | 0.49 |
| Hex | EE | A | E | 0 | 60 | 5E | 7 | 167 | 5C | 31 |
| Octal | 356 | 12 | 16 | 0 | 140 | 136 | 7 | 547 | 134 | 61 |
| Binary | 11101110 | 1010 | 1110 | 0 | 1100000 | 1011110 | 111 | 101100111 | 1011100 | 110001 |
Color Harmonies of #EE0A0E
Complementary color
Monochromatic Colors of #EE0A0E
Black with #EE0A0E
Text Example
Text Example
White with #EE0A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A0E; }
p { color: rgb(238,10,14); }
H1.HeaderClassName
{
color: #EE0A0E;
}
.AnyTagClassName
{
color: #EE0A0E;
}
</style>
background-color css
<style>
a { background-color: #EE0A0E; }
a { background-color: rgb(238,10,14); }
div.DivClassName
{
background-color: #EE0A0E;
}
.BgClassName
{
background-color: #EE0A0E;
}
</style>
border-color css
<style>
span { border-color: #EE0A0E; }
span { border-color: rgb(238,10,14); }
td.TdClassName
{
border-color: #EE0A0E;
}
.TagClassName
{
border-color: #EE0A0E;
}
</style>