Shades of Fire Engine Red #EF0811
Tints of Fire Engine Red #EF0811
RGB
CMYK
RGB Variations
Color information
#EF0811 (or 0xEF0811) is known color: Fire Engine Red. HEX triplet: EF, 08 and 11. RGB value is (239,8,17). Sum of RGB (Red+Green+Blue) = 239+8+17=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0811 is #10F7EE. Grayscale: #4E4E4E. Windows color (decimal): -1112047 or 1116399. OLE color: 1116399.
HSL color Cylindrical-coordinate representation of color #EF0811: hue angle of 357.66º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0811 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 17 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.06 |
| HSL | 357.66º | 0.94% | 0.48% | - |
| HSV(B) | 357.66º | 0.97% | 0.94% | - |
| XYZ | 35.78 | 18.56 | 2.23 | - |
| YUV | 78.1 | 93.53 | 242.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 17 | 0 | 0.97 | 0.93 | 0.06 | 357.66 | 0.94 | 0.48 |
| Hex | EF | 8 | 11 | 0 | 61 | 5D | 6 | 166 | 5E | 30 |
| Octal | 357 | 10 | 21 | 0 | 141 | 135 | 6 | 546 | 136 | 60 |
| Binary | 11101111 | 1000 | 10001 | 0 | 1100001 | 1011101 | 110 | 101100110 | 1011110 | 110000 |
Color Harmonies of #EF0811
Complementary color
Monochromatic Colors of #EF0811
Black with #EF0811
Text Example
Text Example
White with #EF0811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0811; }
p { color: rgb(239,8,17); }
H1.HeaderClassName
{
color: #EF0811;
}
.AnyTagClassName
{
color: #EF0811;
}
</style>
background-color css
<style>
a { background-color: #EF0811; }
a { background-color: rgb(239,8,17); }
div.DivClassName
{
background-color: #EF0811;
}
.BgClassName
{
background-color: #EF0811;
}
</style>
border-color css
<style>
span { border-color: #EF0811; }
span { border-color: rgb(239,8,17); }
td.TdClassName
{
border-color: #EF0811;
}
.TagClassName
{
border-color: #EF0811;
}
</style>