Shades of Fire Engine Red #EE0A10
Tints of Fire Engine Red #EE0A10
RGB
CMYK
RGB Variations
Color information
#EE0A10 (or 0xEE0A10) is known color: Fire Engine Red. HEX triplet: EE, 0A and 10. RGB value is (238,10,16). Sum of RGB (Red+Green+Blue) = 238+10+16=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0A10 is #11F5EF. Grayscale: #4F4F4F. Windows color (decimal): -1177072 or 1051374. OLE color: 1051374.
HSL color Cylindrical-coordinate representation of color #EE0A10: hue angle of 358.42º 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 #EE0A10 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.07 |
| HSL | 358.42º | 0.92% | 0.49% | - |
| HSV(B) | 358.42º | 0.96% | 0.93% | - |
| XYZ | 35.46 | 18.43 | 2.18 | - |
| YUV | 78.86 | 92.54 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 16 | 0 | 0.96 | 0.93 | 0.07 | 358.42 | 0.92 | 0.49 |
| Hex | EE | A | 10 | 0 | 60 | 5D | 7 | 166 | 5C | 31 |
| Octal | 356 | 12 | 20 | 0 | 140 | 135 | 7 | 546 | 134 | 61 |
| Binary | 11101110 | 1010 | 10000 | 0 | 1100000 | 1011101 | 111 | 101100110 | 1011100 | 110001 |
Color Harmonies of #EE0A10
Complementary color
Monochromatic Colors of #EE0A10
Black with #EE0A10
Text Example
Text Example
White with #EE0A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A10; }
p { color: rgb(238,10,16); }
H1.HeaderClassName
{
color: #EE0A10;
}
.AnyTagClassName
{
color: #EE0A10;
}
</style>
background-color css
<style>
a { background-color: #EE0A10; }
a { background-color: rgb(238,10,16); }
div.DivClassName
{
background-color: #EE0A10;
}
.BgClassName
{
background-color: #EE0A10;
}
</style>
border-color css
<style>
span { border-color: #EE0A10; }
span { border-color: rgb(238,10,16); }
td.TdClassName
{
border-color: #EE0A10;
}
.TagClassName
{
border-color: #EE0A10;
}
</style>