Shades of Fire Engine Red #EF1217
Tints of Fire Engine Red #EF1217
RGB
CMYK
RGB Variations
Color information
#EF1217 (or 0xEF1217) is known color: Fire Engine Red. HEX triplet: EF, 12 and 17. RGB value is (239,18,23). Sum of RGB (Red+Green+Blue) = 239+18+23=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1217 is #10EDE8. Grayscale: #545454. Windows color (decimal): -1109481 or 1512175. OLE color: 1512175.
HSL color Cylindrical-coordinate representation of color #EF1217: hue angle of 358.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1217 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 23 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.06 |
| HSL | 358.64º | 0.87% | 0.5% | - |
| HSV(B) | 358.64º | 0.92% | 0.94% | - |
| XYZ | 35.97 | 18.85 | 2.55 | - |
| YUV | 84.65 | 93.22 | 238.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 23 | 0 | 0.92 | 0.90 | 0.06 | 358.64 | 0.87 | 0.5 |
| Hex | EF | 12 | 17 | 0 | 5C | 5A | 6 | 167 | 57 | 32 |
| Octal | 357 | 22 | 27 | 0 | 134 | 132 | 6 | 547 | 127 | 62 |
| Binary | 11101111 | 10010 | 10111 | 0 | 1011100 | 1011010 | 110 | 101100111 | 1010111 | 110010 |
Color Harmonies of #EF1217
Complementary color
Monochromatic Colors of #EF1217
Black with #EF1217
Text Example
Text Example
White with #EF1217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1217; }
p { color: rgb(239,18,23); }
H1.HeaderClassName
{
color: #EF1217;
}
.AnyTagClassName
{
color: #EF1217;
}
</style>
background-color css
<style>
a { background-color: #EF1217; }
a { background-color: rgb(239,18,23); }
div.DivClassName
{
background-color: #EF1217;
}
.BgClassName
{
background-color: #EF1217;
}
</style>
border-color css
<style>
span { border-color: #EF1217; }
span { border-color: rgb(239,18,23); }
td.TdClassName
{
border-color: #EF1217;
}
.TagClassName
{
border-color: #EF1217;
}
</style>