Shades of Fire Engine Red #EF1013
Tints of Fire Engine Red #EF1013
RGB
CMYK
RGB Variations
Color information
#EF1013 (or 0xEF1013) is known color: Fire Engine Red. HEX triplet: EF, 10 and 13. RGB value is (239,16,19). Sum of RGB (Red+Green+Blue) = 239+16+19=274 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.23% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1013 is #10EFEC. Grayscale: #535353. Windows color (decimal): -1109997 or 1249519. OLE color: 1249519.
HSL color Cylindrical-coordinate representation of color #EF1013: hue angle of 359.19º 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 #EF1013 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.06 |
| HSL | 359.19º | 0.87% | 0.5% | - |
| HSV(B) | 359.19º | 0.93% | 0.94% | - |
| XYZ | 35.9 | 18.77 | 2.35 | - |
| YUV | 83.02 | 91.88 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 19 | 0 | 0.93 | 0.92 | 0.06 | 359.19 | 0.87 | 0.5 |
| Hex | EF | 10 | 13 | 0 | 5D | 5C | 6 | 167 | 57 | 32 |
| Octal | 357 | 20 | 23 | 0 | 135 | 134 | 6 | 547 | 127 | 62 |
| Binary | 11101111 | 10000 | 10011 | 0 | 1011101 | 1011100 | 110 | 101100111 | 1010111 | 110010 |
Color Harmonies of #EF1013
Complementary color
Monochromatic Colors of #EF1013
Black with #EF1013
Text Example
Text Example
White with #EF1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1013; }
p { color: rgb(239,16,19); }
H1.HeaderClassName
{
color: #EF1013;
}
.AnyTagClassName
{
color: #EF1013;
}
</style>
background-color css
<style>
a { background-color: #EF1013; }
a { background-color: rgb(239,16,19); }
div.DivClassName
{
background-color: #EF1013;
}
.BgClassName
{
background-color: #EF1013;
}
</style>
border-color css
<style>
span { border-color: #EF1013; }
span { border-color: rgb(239,16,19); }
td.TdClassName
{
border-color: #EF1013;
}
.TagClassName
{
border-color: #EF1013;
}
</style>