Shades of Fire Engine Red #EF0911
Tints of Fire Engine Red #EF0911
RGB
CMYK
RGB Variations
Color information
#EF0911 (or 0xEF0911) is known color: Fire Engine Red. HEX triplet: EF, 09 and 11. RGB value is (239,9,17). Sum of RGB (Red+Green+Blue) = 239+9+17=265 (35% of max value = 765). Red value is 239 (93.75% from 255 or 90.19% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0911 is #10F6EE. Grayscale: #4E4E4E. Windows color (decimal): -1111791 or 1116655. OLE color: 1116655.
HSL color Cylindrical-coordinate representation of color #EF0911: hue angle of 357.91º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0911 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.06 |
| HSL | 357.91º | 0.93% | 0.49% | - |
| HSV(B) | 357.91º | 0.96% | 0.94% | - |
| XYZ | 35.8 | 18.59 | 2.23 | - |
| YUV | 78.68 | 93.2 | 242.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 17 | 0 | 0.96 | 0.93 | 0.06 | 357.91 | 0.93 | 0.49 |
| Hex | EF | 9 | 11 | 0 | 60 | 5D | 6 | 166 | 5D | 31 |
| Octal | 357 | 11 | 21 | 0 | 140 | 135 | 6 | 546 | 135 | 61 |
| Binary | 11101111 | 1001 | 10001 | 0 | 1100000 | 1011101 | 110 | 101100110 | 1011101 | 110001 |
Color Harmonies of #EF0911
Complementary color
Monochromatic Colors of #EF0911
Black with #EF0911
Text Example
Text Example
White with #EF0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0911; }
p { color: rgb(239,9,17); }
H1.HeaderClassName
{
color: #EF0911;
}
.AnyTagClassName
{
color: #EF0911;
}
</style>
background-color css
<style>
a { background-color: #EF0911; }
a { background-color: rgb(239,9,17); }
div.DivClassName
{
background-color: #EF0911;
}
.BgClassName
{
background-color: #EF0911;
}
</style>
border-color css
<style>
span { border-color: #EF0911; }
span { border-color: rgb(239,9,17); }
td.TdClassName
{
border-color: #EF0911;
}
.TagClassName
{
border-color: #EF0911;
}
</style>