Shades of Fire Engine Red #EE0B0F
Tints of Fire Engine Red #EE0B0F
RGB
CMYK
RGB Variations
Color information
#EE0B0F (or 0xEE0B0F) is known color: Fire Engine Red. HEX triplet: EE, 0B and 0F. RGB value is (238,11,15). Sum of RGB (Red+Green+Blue) = 238+11+15=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0B0F is #11F4F0. Grayscale: #4F4F4F. Windows color (decimal): -1176817 or 986094. OLE color: 986094.
HSL color Cylindrical-coordinate representation of color #EE0B0F: hue angle of 358.94º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0B0F is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 15 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.07 |
| HSL | 358.94º | 0.91% | 0.49% | - |
| HSV(B) | 358.94º | 0.95% | 0.93% | - |
| XYZ | 35.47 | 18.45 | 2.14 | - |
| YUV | 79.33 | 91.71 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 15 | 0 | 0.95 | 0.94 | 0.07 | 358.94 | 0.91 | 0.49 |
| Hex | EE | B | F | 0 | 5F | 5E | 7 | 167 | 5B | 31 |
| Octal | 356 | 13 | 17 | 0 | 137 | 136 | 7 | 547 | 133 | 61 |
| Binary | 11101110 | 1011 | 1111 | 0 | 1011111 | 1011110 | 111 | 101100111 | 1011011 | 110001 |
Color Harmonies of #EE0B0F
Complementary color
Monochromatic Colors of #EE0B0F
Black with #EE0B0F
Text Example
Text Example
White with #EE0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0B0F; }
p { color: rgb(238,11,15); }
H1.HeaderClassName
{
color: #EE0B0F;
}
.AnyTagClassName
{
color: #EE0B0F;
}
</style>
background-color css
<style>
a { background-color: #EE0B0F; }
a { background-color: rgb(238,11,15); }
div.DivClassName
{
background-color: #EE0B0F;
}
.BgClassName
{
background-color: #EE0B0F;
}
</style>
border-color css
<style>
span { border-color: #EE0B0F; }
span { border-color: rgb(238,11,15); }
td.TdClassName
{
border-color: #EE0B0F;
}
.TagClassName
{
border-color: #EE0B0F;
}
</style>