Shades of Fire Engine Red #EF0A11
Tints of Fire Engine Red #EF0A11
RGB
CMYK
RGB Variations
Color information
#EF0A11 (or 0xEF0A11) is known color: Fire Engine Red. HEX triplet: EF, 0A and 11. RGB value is (239,10,17). Sum of RGB (Red+Green+Blue) = 239+10+17=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0A11 is #10F5EE. Grayscale: #4F4F4F. Windows color (decimal): -1111535 or 1116911. OLE color: 1116911.
HSL color Cylindrical-coordinate representation of color #EF0A11: hue angle of 358.17º degrees, saturation: 0.92, 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 #EF0A11 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.06 |
| HSL | 358.17º | 0.92% | 0.49% | - |
| HSV(B) | 358.17º | 0.96% | 0.94% | - |
| XYZ | 35.81 | 18.61 | 2.23 | - |
| YUV | 79.27 | 92.87 | 241.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 17 | 0 | 0.96 | 0.93 | 0.06 | 358.17 | 0.92 | 0.49 |
| Hex | EF | A | 11 | 0 | 60 | 5D | 6 | 166 | 5C | 31 |
| Octal | 357 | 12 | 21 | 0 | 140 | 135 | 6 | 546 | 134 | 61 |
| Binary | 11101111 | 1010 | 10001 | 0 | 1100000 | 1011101 | 110 | 101100110 | 1011100 | 110001 |
Color Harmonies of #EF0A11
Complementary color
Monochromatic Colors of #EF0A11
Black with #EF0A11
Text Example
Text Example
White with #EF0A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A11; }
p { color: rgb(239,10,17); }
H1.HeaderClassName
{
color: #EF0A11;
}
.AnyTagClassName
{
color: #EF0A11;
}
</style>
background-color css
<style>
a { background-color: #EF0A11; }
a { background-color: rgb(239,10,17); }
div.DivClassName
{
background-color: #EF0A11;
}
.BgClassName
{
background-color: #EF0A11;
}
</style>
border-color css
<style>
span { border-color: #EF0A11; }
span { border-color: rgb(239,10,17); }
td.TdClassName
{
border-color: #EF0A11;
}
.TagClassName
{
border-color: #EF0A11;
}
</style>