Shades of Fire Engine Red #EF0713
Tints of Fire Engine Red #EF0713
RGB
CMYK
RGB Variations
Color information
#EF0713 (or 0xEF0713) is known color: Fire Engine Red. HEX triplet: EF, 07 and 13. RGB value is (239,7,19). Sum of RGB (Red+Green+Blue) = 239+7+19=265 (35% of max value = 765). Red value is 239 (93.75% from 255 or 90.19% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0713 is #10F8EC. Grayscale: #4D4D4D. Windows color (decimal): -1112301 or 1247215. OLE color: 1247215.
HSL color Cylindrical-coordinate representation of color #EF0713: hue angle of 356.9º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0713 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.06 |
| HSL | 356.9º | 0.94% | 0.48% | - |
| HSV(B) | 356.9º | 0.97% | 0.94% | - |
| XYZ | 35.79 | 18.55 | 2.31 | - |
| YUV | 77.74 | 94.86 | 243.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 19 | 0 | 0.97 | 0.92 | 0.06 | 356.9 | 0.94 | 0.48 |
| Hex | EF | 7 | 13 | 0 | 61 | 5C | 6 | 165 | 5E | 30 |
| Octal | 357 | 7 | 23 | 0 | 141 | 134 | 6 | 545 | 136 | 60 |
| Binary | 11101111 | 111 | 10011 | 0 | 1100001 | 1011100 | 110 | 101100101 | 1011110 | 110000 |
Color Harmonies of #EF0713
Complementary color
Monochromatic Colors of #EF0713
Black with #EF0713
Text Example
Text Example
White with #EF0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0713; }
p { color: rgb(239,7,19); }
H1.HeaderClassName
{
color: #EF0713;
}
.AnyTagClassName
{
color: #EF0713;
}
</style>
background-color css
<style>
a { background-color: #EF0713; }
a { background-color: rgb(239,7,19); }
div.DivClassName
{
background-color: #EF0713;
}
.BgClassName
{
background-color: #EF0713;
}
</style>
border-color css
<style>
span { border-color: #EF0713; }
span { border-color: rgb(239,7,19); }
td.TdClassName
{
border-color: #EF0713;
}
.TagClassName
{
border-color: #EF0713;
}
</style>