Shades of Fire Engine Red #EF0914
Tints of Fire Engine Red #EF0914
RGB
CMYK
RGB Variations
Color information
#EF0914 (or 0xEF0914) is known color: Fire Engine Red. HEX triplet: EF, 09 and 14. RGB value is (239,9,20). Sum of RGB (Red+Green+Blue) = 239+9+20=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0914 is #10F6EB. Grayscale: #4F4F4F. Windows color (decimal): -1111788 or 1313263. OLE color: 1313263.
HSL color Cylindrical-coordinate representation of color #EF0914: hue angle of 357.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0914 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.06 |
| HSL | 357.13º | 0.93% | 0.49% | - |
| HSV(B) | 357.13º | 0.96% | 0.94% | - |
| XYZ | 35.82 | 18.6 | 2.36 | - |
| YUV | 79.02 | 94.7 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 20 | 0 | 0.96 | 0.92 | 0.06 | 357.13 | 0.93 | 0.49 |
| Hex | EF | 9 | 14 | 0 | 60 | 5C | 6 | 165 | 5D | 31 |
| Octal | 357 | 11 | 24 | 0 | 140 | 134 | 6 | 545 | 135 | 61 |
| Binary | 11101111 | 1001 | 10100 | 0 | 1100000 | 1011100 | 110 | 101100101 | 1011101 | 110001 |
Color Harmonies of #EF0914
Complementary color
Monochromatic Colors of #EF0914
Black with #EF0914
Text Example
Text Example
White with #EF0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0914; }
p { color: rgb(239,9,20); }
H1.HeaderClassName
{
color: #EF0914;
}
.AnyTagClassName
{
color: #EF0914;
}
</style>
background-color css
<style>
a { background-color: #EF0914; }
a { background-color: rgb(239,9,20); }
div.DivClassName
{
background-color: #EF0914;
}
.BgClassName
{
background-color: #EF0914;
}
</style>
border-color css
<style>
span { border-color: #EF0914; }
span { border-color: rgb(239,9,20); }
td.TdClassName
{
border-color: #EF0914;
}
.TagClassName
{
border-color: #EF0914;
}
</style>