Shades of Fire Engine Red #EF1115
Tints of Fire Engine Red #EF1115
RGB
CMYK
RGB Variations
Color information
#EF1115 (or 0xEF1115) is known color: Fire Engine Red. HEX triplet: EF, 11 and 15. RGB value is (239,17,21). Sum of RGB (Red+Green+Blue) = 239+17+21=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1115 is #10EEEA. Grayscale: #545454. Windows color (decimal): -1109739 or 1380847. OLE color: 1380847.
HSL color Cylindrical-coordinate representation of color #EF1115: hue angle of 358.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1115 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 21 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.06 |
| HSL | 358.92º | 0.87% | 0.5% | - |
| HSV(B) | 358.92º | 0.93% | 0.94% | - |
| XYZ | 35.93 | 18.81 | 2.45 | - |
| YUV | 83.83 | 92.55 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 21 | 0 | 0.93 | 0.91 | 0.06 | 358.92 | 0.87 | 0.5 |
| Hex | EF | 11 | 15 | 0 | 5D | 5B | 6 | 167 | 57 | 32 |
| Octal | 357 | 21 | 25 | 0 | 135 | 133 | 6 | 547 | 127 | 62 |
| Binary | 11101111 | 10001 | 10101 | 0 | 1011101 | 1011011 | 110 | 101100111 | 1010111 | 110010 |
Color Harmonies of #EF1115
Complementary color
Monochromatic Colors of #EF1115
Black with #EF1115
Text Example
Text Example
White with #EF1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1115; }
p { color: rgb(239,17,21); }
H1.HeaderClassName
{
color: #EF1115;
}
.AnyTagClassName
{
color: #EF1115;
}
</style>
background-color css
<style>
a { background-color: #EF1115; }
a { background-color: rgb(239,17,21); }
div.DivClassName
{
background-color: #EF1115;
}
.BgClassName
{
background-color: #EF1115;
}
</style>
border-color css
<style>
span { border-color: #EF1115; }
span { border-color: rgb(239,17,21); }
td.TdClassName
{
border-color: #EF1115;
}
.TagClassName
{
border-color: #EF1115;
}
</style>