Shades of Fire Engine Red #EF1517
Tints of Fire Engine Red #EF1517
RGB
CMYK
RGB Variations
Color information
#EF1517 (or 0xEF1517) is known color: Fire Engine Red. HEX triplet: EF, 15 and 17. RGB value is (239,21,23). Sum of RGB (Red+Green+Blue) = 239+21+23=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1517 is #10EAE8. Grayscale: #565656. Windows color (decimal): -1108713 or 1512943. OLE color: 1512943.
HSL color Cylindrical-coordinate representation of color #EF1517: hue angle of 359.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1517 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 23 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.06 |
| HSL | 359.45º | 0.87% | 0.51% | - |
| HSV(B) | 359.45º | 0.91% | 0.94% | - |
| XYZ | 36.02 | 18.95 | 2.57 | - |
| YUV | 86.41 | 92.22 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 23 | 0 | 0.91 | 0.90 | 0.06 | 359.45 | 0.87 | 0.51 |
| Hex | EF | 15 | 17 | 0 | 5B | 5A | 6 | 167 | 57 | 33 |
| Octal | 357 | 25 | 27 | 0 | 133 | 132 | 6 | 547 | 127 | 63 |
| Binary | 11101111 | 10101 | 10111 | 0 | 1011011 | 1011010 | 110 | 101100111 | 1010111 | 110011 |
Color Harmonies of #EF1517
Complementary color
Monochromatic Colors of #EF1517
Black with #EF1517
Text Example
Text Example
White with #EF1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1517; }
p { color: rgb(239,21,23); }
H1.HeaderClassName
{
color: #EF1517;
}
.AnyTagClassName
{
color: #EF1517;
}
</style>
background-color css
<style>
a { background-color: #EF1517; }
a { background-color: rgb(239,21,23); }
div.DivClassName
{
background-color: #EF1517;
}
.BgClassName
{
background-color: #EF1517;
}
</style>
border-color css
<style>
span { border-color: #EF1517; }
span { border-color: rgb(239,21,23); }
td.TdClassName
{
border-color: #EF1517;
}
.TagClassName
{
border-color: #EF1517;
}
</style>