Shades of Fire Engine Red #E00F10
Tints of Fire Engine Red #E00F10
RGB
CMYK
RGB Variations
Color information
#E00F10 (or 0xE00F10) is known color: Fire Engine Red. HEX triplet: E0, 0F and 10. RGB value is (224,15,16). Sum of RGB (Red+Green+Blue) = 224+15+16=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F10 is #1FF0EF. Grayscale: #4D4D4D. Windows color (decimal): -2093296 or 1052640. OLE color: 1052640.
HSL color Cylindrical-coordinate representation of color #E00F10: hue angle of 359.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F10 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.12 |
| HSL | 359.71º | 0.87% | 0.47% | - |
| HSV(B) | 359.71º | 0.93% | 0.88% | - |
| XYZ | 31 | 16.23 | 1.99 | - |
| YUV | 77.61 | 93.24 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 16 | 0 | 0.93 | 0.93 | 0.12 | 359.71 | 0.87 | 0.47 |
| Hex | E0 | F | 10 | 0 | 5D | 5D | C | 168 | 57 | 2F |
| Octal | 340 | 17 | 20 | 0 | 135 | 135 | 14 | 550 | 127 | 57 |
| Binary | 11100000 | 1111 | 10000 | 0 | 1011101 | 1011101 | 1100 | 101101000 | 1010111 | 101111 |
Color Harmonies of #E00F10
Complementary color
Monochromatic Colors of #E00F10
Black with #E00F10
Text Example
Text Example
White with #E00F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F10; }
p { color: rgb(224,15,16); }
H1.HeaderClassName
{
color: #E00F10;
}
.AnyTagClassName
{
color: #E00F10;
}
</style>
background-color css
<style>
a { background-color: #E00F10; }
a { background-color: rgb(224,15,16); }
div.DivClassName
{
background-color: #E00F10;
}
.BgClassName
{
background-color: #E00F10;
}
</style>
border-color css
<style>
span { border-color: #E00F10; }
span { border-color: rgb(224,15,16); }
td.TdClassName
{
border-color: #E00F10;
}
.TagClassName
{
border-color: #E00F10;
}
</style>