Shades of Fire Engine Red #EF090F
Tints of Fire Engine Red #EF090F
RGB
CMYK
RGB Variations
Color information
#EF090F (or 0xEF090F) is known color: Fire Engine Red. HEX triplet: EF, 09 and 0F. RGB value is (239,9,15). Sum of RGB (Red+Green+Blue) = 239+9+15=263 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.87% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 239 - color contains mainly: red. Hex color #EF090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF090F is #10F6F0. Grayscale: #4E4E4E. Windows color (decimal): -1111793 or 985583. OLE color: 985583.
HSL color Cylindrical-coordinate representation of color #EF090F: hue angle of 358.43º 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 #EF090F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.06 |
| HSL | 358.43º | 0.93% | 0.49% | - |
| HSV(B) | 358.43º | 0.96% | 0.94% | - |
| XYZ | 35.78 | 18.58 | 2.15 | - |
| YUV | 78.45 | 92.2 | 242.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 15 | 0 | 0.96 | 0.94 | 0.06 | 358.43 | 0.93 | 0.49 |
| Hex | EF | 9 | F | 0 | 60 | 5E | 6 | 166 | 5D | 31 |
| Octal | 357 | 11 | 17 | 0 | 140 | 136 | 6 | 546 | 135 | 61 |
| Binary | 11101111 | 1001 | 1111 | 0 | 1100000 | 1011110 | 110 | 101100110 | 1011101 | 110001 |
Color Harmonies of #EF090F
Complementary color
Monochromatic Colors of #EF090F
Black with #EF090F
Text Example
Text Example
White with #EF090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF090F; }
p { color: rgb(239,9,15); }
H1.HeaderClassName
{
color: #EF090F;
}
.AnyTagClassName
{
color: #EF090F;
}
</style>
background-color css
<style>
a { background-color: #EF090F; }
a { background-color: rgb(239,9,15); }
div.DivClassName
{
background-color: #EF090F;
}
.BgClassName
{
background-color: #EF090F;
}
</style>
border-color css
<style>
span { border-color: #EF090F; }
span { border-color: rgb(239,9,15); }
td.TdClassName
{
border-color: #EF090F;
}
.TagClassName
{
border-color: #EF090F;
}
</style>