Shades of Fire Engine Red #EE090F
Tints of Fire Engine Red #EE090F
RGB
CMYK
RGB Variations
Color information
#EE090F (or 0xEE090F) is known color: Fire Engine Red. HEX triplet: EE, 09 and 0F. RGB value is (238,9,15). Sum of RGB (Red+Green+Blue) = 238+9+15=262 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.84% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 238 - color contains mainly: red. Hex color #EE090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE090F is #11F6F0. Grayscale: #4E4E4E. Windows color (decimal): -1177329 or 985582. OLE color: 985582.
HSL color Cylindrical-coordinate representation of color #EE090F: hue angle of 358.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE090F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.07 |
| HSL | 358.43º | 0.93% | 0.48% | - |
| HSV(B) | 358.43º | 0.96% | 0.93% | - |
| XYZ | 35.44 | 18.41 | 2.14 | - |
| YUV | 78.16 | 92.37 | 242.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 15 | 0 | 0.96 | 0.94 | 0.07 | 358.43 | 0.93 | 0.48 |
| Hex | EE | 9 | F | 0 | 60 | 5E | 7 | 166 | 5D | 30 |
| Octal | 356 | 11 | 17 | 0 | 140 | 136 | 7 | 546 | 135 | 60 |
| Binary | 11101110 | 1001 | 1111 | 0 | 1100000 | 1011110 | 111 | 101100110 | 1011101 | 110000 |
Color Harmonies of #EE090F
Complementary color
Monochromatic Colors of #EE090F
Black with #EE090F
Text Example
Text Example
White with #EE090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE090F; }
p { color: rgb(238,9,15); }
H1.HeaderClassName
{
color: #EE090F;
}
.AnyTagClassName
{
color: #EE090F;
}
</style>
background-color css
<style>
a { background-color: #EE090F; }
a { background-color: rgb(238,9,15); }
div.DivClassName
{
background-color: #EE090F;
}
.BgClassName
{
background-color: #EE090F;
}
</style>
border-color css
<style>
span { border-color: #EE090F; }
span { border-color: rgb(238,9,15); }
td.TdClassName
{
border-color: #EE090F;
}
.TagClassName
{
border-color: #EE090F;
}
</style>