Shades of Fire Engine Red #EF0910
Tints of Fire Engine Red #EF0910
RGB
CMYK
RGB Variations
Color information
#EF0910 (or 0xEF0910) is known color: Fire Engine Red. HEX triplet: EF, 09 and 10. RGB value is (239,9,16). Sum of RGB (Red+Green+Blue) = 239+9+16=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0910 is #10F6EF. Grayscale: #4E4E4E. Windows color (decimal): -1111792 or 1051119. OLE color: 1051119.
HSL color Cylindrical-coordinate representation of color #EF0910: hue angle of 358.17º 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 #EF0910 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.06 |
| HSL | 358.17º | 0.93% | 0.49% | - |
| HSV(B) | 358.17º | 0.96% | 0.94% | - |
| XYZ | 35.79 | 18.58 | 2.19 | - |
| YUV | 78.57 | 92.7 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 16 | 0 | 0.96 | 0.93 | 0.06 | 358.17 | 0.93 | 0.49 |
| Hex | EF | 9 | 10 | 0 | 60 | 5D | 6 | 166 | 5D | 31 |
| Octal | 357 | 11 | 20 | 0 | 140 | 135 | 6 | 546 | 135 | 61 |
| Binary | 11101111 | 1001 | 10000 | 0 | 1100000 | 1011101 | 110 | 101100110 | 1011101 | 110001 |
Color Harmonies of #EF0910
Complementary color
Monochromatic Colors of #EF0910
Black with #EF0910
Text Example
Text Example
White with #EF0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0910; }
p { color: rgb(239,9,16); }
H1.HeaderClassName
{
color: #EF0910;
}
.AnyTagClassName
{
color: #EF0910;
}
</style>
background-color css
<style>
a { background-color: #EF0910; }
a { background-color: rgb(239,9,16); }
div.DivClassName
{
background-color: #EF0910;
}
.BgClassName
{
background-color: #EF0910;
}
</style>
border-color css
<style>
span { border-color: #EF0910; }
span { border-color: rgb(239,9,16); }
td.TdClassName
{
border-color: #EF0910;
}
.TagClassName
{
border-color: #EF0910;
}
</style>