Shades of Fire Engine Red #F00E13
Tints of Fire Engine Red #F00E13
RGB
CMYK
RGB Variations
Color information
#F00E13 (or 0xF00E13) is known color: Fire Engine Red. HEX triplet: F0, 0E and 13. RGB value is (240,14,19). Sum of RGB (Red+Green+Blue) = 240+14+19=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00E13 is #0FF1EC. Grayscale: #525252. Windows color (decimal): -1044973 or 1249008. OLE color: 1249008.
HSL color Cylindrical-coordinate representation of color #F00E13: hue angle of 358.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00E13 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 19 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.06 |
| HSL | 358.67º | 0.89% | 0.5% | - |
| HSV(B) | 358.67º | 0.94% | 0.94% | - |
| XYZ | 36.21 | 18.89 | 2.35 | - |
| YUV | 82.14 | 92.37 | 240.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 19 | 0 | 0.94 | 0.92 | 0.06 | 358.67 | 0.89 | 0.5 |
| Hex | F0 | E | 13 | 0 | 5E | 5C | 6 | 167 | 59 | 32 |
| Octal | 360 | 16 | 23 | 0 | 136 | 134 | 6 | 547 | 131 | 62 |
| Binary | 11110000 | 1110 | 10011 | 0 | 1011110 | 1011100 | 110 | 101100111 | 1011001 | 110010 |
Color Harmonies of #F00E13
Complementary color
Monochromatic Colors of #F00E13
Black with #F00E13
Text Example
Text Example
White with #F00E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E13; }
p { color: rgb(240,14,19); }
H1.HeaderClassName
{
color: #F00E13;
}
.AnyTagClassName
{
color: #F00E13;
}
</style>
background-color css
<style>
a { background-color: #F00E13; }
a { background-color: rgb(240,14,19); }
div.DivClassName
{
background-color: #F00E13;
}
.BgClassName
{
background-color: #F00E13;
}
</style>
border-color css
<style>
span { border-color: #F00E13; }
span { border-color: rgb(240,14,19); }
td.TdClassName
{
border-color: #F00E13;
}
.TagClassName
{
border-color: #F00E13;
}
</style>