Shades of Fire Engine Red #EE0F10
Tints of Fire Engine Red #EE0F10
RGB
CMYK
RGB Variations
Color information
#EE0F10 (or 0xEE0F10) is known color: Fire Engine Red. HEX triplet: EE, 0F and 10. RGB value is (238,15,16). Sum of RGB (Red+Green+Blue) = 238+15+16=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0F10 is #11F0EF. Grayscale: #525252. Windows color (decimal): -1175792 or 1052654. OLE color: 1052654.
HSL color Cylindrical-coordinate representation of color #EE0F10: hue angle of 359.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.07 |
| HSL | 359.73º | 0.88% | 0.5% | - |
| HSV(B) | 359.73º | 0.94% | 0.93% | - |
| XYZ | 35.52 | 18.56 | 2.2 | - |
| YUV | 81.79 | 90.88 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 16 | 0 | 0.94 | 0.93 | 0.07 | 359.73 | 0.88 | 0.5 |
| Hex | EE | F | 10 | 0 | 5E | 5D | 7 | 168 | 58 | 32 |
| Octal | 356 | 17 | 20 | 0 | 136 | 135 | 7 | 550 | 130 | 62 |
| Binary | 11101110 | 1111 | 10000 | 0 | 1011110 | 1011101 | 111 | 101101000 | 1011000 | 110010 |
Color Harmonies of #EE0F10
Complementary color
Monochromatic Colors of #EE0F10
Black with #EE0F10
Text Example
Text Example
White with #EE0F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F10; }
p { color: rgb(238,15,16); }
H1.HeaderClassName
{
color: #EE0F10;
}
.AnyTagClassName
{
color: #EE0F10;
}
</style>
background-color css
<style>
a { background-color: #EE0F10; }
a { background-color: rgb(238,15,16); }
div.DivClassName
{
background-color: #EE0F10;
}
.BgClassName
{
background-color: #EE0F10;
}
</style>
border-color css
<style>
span { border-color: #EE0F10; }
span { border-color: rgb(238,15,16); }
td.TdClassName
{
border-color: #EE0F10;
}
.TagClassName
{
border-color: #EE0F10;
}
</style>