Shades of Fire Engine Red #EF1618
Tints of Fire Engine Red #EF1618
RGB
CMYK
RGB Variations
Color information
#EF1618 (or 0xEF1618) is known color: Fire Engine Red. HEX triplet: EF, 16 and 18. RGB value is (239,22,24). Sum of RGB (Red+Green+Blue) = 239+22+24=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1618 is #10E9E7. Grayscale: #575757. Windows color (decimal): -1108456 or 1578735. OLE color: 1578735.
HSL color Cylindrical-coordinate representation of color #EF1618: 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 #EF1618 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 24 | - |
| 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.05 | 18.99 | 2.63 | - |
| YUV | 87.11 | 92.39 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 24 | 0 | 0.91 | 0.90 | 0.06 | 359.45 | 0.87 | 0.51 |
| Hex | EF | 16 | 18 | 0 | 5B | 5A | 6 | 167 | 57 | 33 |
| Octal | 357 | 26 | 30 | 0 | 133 | 132 | 6 | 547 | 127 | 63 |
| Binary | 11101111 | 10110 | 11000 | 0 | 1011011 | 1011010 | 110 | 101100111 | 1010111 | 110011 |
Color Harmonies of #EF1618
Complementary color
Monochromatic Colors of #EF1618
Black with #EF1618
Text Example
Text Example
White with #EF1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1618; }
p { color: rgb(239,22,24); }
H1.HeaderClassName
{
color: #EF1618;
}
.AnyTagClassName
{
color: #EF1618;
}
</style>
background-color css
<style>
a { background-color: #EF1618; }
a { background-color: rgb(239,22,24); }
div.DivClassName
{
background-color: #EF1618;
}
.BgClassName
{
background-color: #EF1618;
}
</style>
border-color css
<style>
span { border-color: #EF1618; }
span { border-color: rgb(239,22,24); }
td.TdClassName
{
border-color: #EF1618;
}
.TagClassName
{
border-color: #EF1618;
}
</style>