Shades of Fire Engine Red #EF1317
Tints of Fire Engine Red #EF1317
RGB
CMYK
RGB Variations
Color information
#EF1317 (or 0xEF1317) is known color: Fire Engine Red. HEX triplet: EF, 13 and 17. RGB value is (239,19,23). Sum of RGB (Red+Green+Blue) = 239+19+23=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1317 is #10ECE8. Grayscale: #555555. Windows color (decimal): -1109225 or 1512431. OLE color: 1512431.
HSL color Cylindrical-coordinate representation of color #EF1317: hue angle of 358.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1317 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 23 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.06 |
| HSL | 358.91º | 0.87% | 0.51% | - |
| HSV(B) | 358.91º | 0.92% | 0.94% | - |
| XYZ | 35.98 | 18.88 | 2.56 | - |
| YUV | 85.24 | 92.89 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 23 | 0 | 0.92 | 0.90 | 0.06 | 358.91 | 0.87 | 0.51 |
| Hex | EF | 13 | 17 | 0 | 5C | 5A | 6 | 167 | 57 | 33 |
| Octal | 357 | 23 | 27 | 0 | 134 | 132 | 6 | 547 | 127 | 63 |
| Binary | 11101111 | 10011 | 10111 | 0 | 1011100 | 1011010 | 110 | 101100111 | 1010111 | 110011 |
Color Harmonies of #EF1317
Complementary color
Monochromatic Colors of #EF1317
Black with #EF1317
Text Example
Text Example
White with #EF1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1317; }
p { color: rgb(239,19,23); }
H1.HeaderClassName
{
color: #EF1317;
}
.AnyTagClassName
{
color: #EF1317;
}
</style>
background-color css
<style>
a { background-color: #EF1317; }
a { background-color: rgb(239,19,23); }
div.DivClassName
{
background-color: #EF1317;
}
.BgClassName
{
background-color: #EF1317;
}
</style>
border-color css
<style>
span { border-color: #EF1317; }
span { border-color: rgb(239,19,23); }
td.TdClassName
{
border-color: #EF1317;
}
.TagClassName
{
border-color: #EF1317;
}
</style>