Shades of Fire Engine Red #EF0912
Tints of Fire Engine Red #EF0912
RGB
CMYK
RGB Variations
Color information
#EF0912 (or 0xEF0912) is known color: Fire Engine Red. HEX triplet: EF, 09 and 12. RGB value is (239,9,18). Sum of RGB (Red+Green+Blue) = 239+9+18=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0912 is #10F6ED. Grayscale: #4E4E4E. Windows color (decimal): -1111790 or 1182191. OLE color: 1182191.
HSL color Cylindrical-coordinate representation of color #EF0912: hue angle of 357.65º 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 #EF0912 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 18 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.06 |
| HSL | 357.65º | 0.93% | 0.49% | - |
| HSV(B) | 357.65º | 0.96% | 0.94% | - |
| XYZ | 35.8 | 18.59 | 2.27 | - |
| YUV | 78.8 | 93.7 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 18 | 0 | 0.96 | 0.92 | 0.06 | 357.65 | 0.93 | 0.49 |
| Hex | EF | 9 | 12 | 0 | 60 | 5C | 6 | 166 | 5D | 31 |
| Octal | 357 | 11 | 22 | 0 | 140 | 134 | 6 | 546 | 135 | 61 |
| Binary | 11101111 | 1001 | 10010 | 0 | 1100000 | 1011100 | 110 | 101100110 | 1011101 | 110001 |
Color Harmonies of #EF0912
Complementary color
Monochromatic Colors of #EF0912
Black with #EF0912
Text Example
Text Example
White with #EF0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0912; }
p { color: rgb(239,9,18); }
H1.HeaderClassName
{
color: #EF0912;
}
.AnyTagClassName
{
color: #EF0912;
}
</style>
background-color css
<style>
a { background-color: #EF0912; }
a { background-color: rgb(239,9,18); }
div.DivClassName
{
background-color: #EF0912;
}
.BgClassName
{
background-color: #EF0912;
}
</style>
border-color css
<style>
span { border-color: #EF0912; }
span { border-color: rgb(239,9,18); }
td.TdClassName
{
border-color: #EF0912;
}
.TagClassName
{
border-color: #EF0912;
}
</style>