Shades of Fire Engine Red #EF0C10
Tints of Fire Engine Red #EF0C10
RGB
CMYK
RGB Variations
Color information
#EF0C10 (or 0xEF0C10) is known color: Fire Engine Red. HEX triplet: EF, 0C and 10. RGB value is (239,12,16). Sum of RGB (Red+Green+Blue) = 239+12+16=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0C10 is #10F3EF. Grayscale: #505050. Windows color (decimal): -1111024 or 1051887. OLE color: 1051887.
HSL color Cylindrical-coordinate representation of color #EF0C10: hue angle of 358.94º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0C10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 16 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.06 |
| HSL | 358.94º | 0.9% | 0.49% | - |
| HSV(B) | 358.94º | 0.95% | 0.94% | - |
| XYZ | 35.82 | 18.65 | 2.2 | - |
| YUV | 80.33 | 91.71 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 16 | 0 | 0.95 | 0.93 | 0.06 | 358.94 | 0.9 | 0.49 |
| Hex | EF | C | 10 | 0 | 5F | 5D | 6 | 167 | 5A | 31 |
| Octal | 357 | 14 | 20 | 0 | 137 | 135 | 6 | 547 | 132 | 61 |
| Binary | 11101111 | 1100 | 10000 | 0 | 1011111 | 1011101 | 110 | 101100111 | 1011010 | 110001 |
Color Harmonies of #EF0C10
Complementary color
Monochromatic Colors of #EF0C10
Black with #EF0C10
Text Example
Text Example
White with #EF0C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C10; }
p { color: rgb(239,12,16); }
H1.HeaderClassName
{
color: #EF0C10;
}
.AnyTagClassName
{
color: #EF0C10;
}
</style>
background-color css
<style>
a { background-color: #EF0C10; }
a { background-color: rgb(239,12,16); }
div.DivClassName
{
background-color: #EF0C10;
}
.BgClassName
{
background-color: #EF0C10;
}
</style>
border-color css
<style>
span { border-color: #EF0C10; }
span { border-color: rgb(239,12,16); }
td.TdClassName
{
border-color: #EF0C10;
}
.TagClassName
{
border-color: #EF0C10;
}
</style>