Shades of Fire Engine Red #E01016
Tints of Fire Engine Red #E01016
RGB
CMYK
RGB Variations
Color information
#E01016 (or 0xE01016) is known color: Fire Engine Red. HEX triplet: E0, 10 and 16. RGB value is (224,16,22). Sum of RGB (Red+Green+Blue) = 224+16+22=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E01016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01016 is #1FEFE9. Grayscale: #4F4F4F. Windows color (decimal): -2093034 or 1446112. OLE color: 1446112.
HSL color Cylindrical-coordinate representation of color #E01016: hue angle of 358.27º 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 #E01016 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 22 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.12 |
| HSL | 358.27º | 0.87% | 0.47% | - |
| HSV(B) | 358.27º | 0.93% | 0.88% | - |
| XYZ | 31.07 | 16.28 | 2.26 | - |
| YUV | 78.88 | 95.91 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 22 | 0 | 0.93 | 0.90 | 0.12 | 358.27 | 0.87 | 0.47 |
| Hex | E0 | 10 | 16 | 0 | 5D | 5A | C | 166 | 57 | 2F |
| Octal | 340 | 20 | 26 | 0 | 135 | 132 | 14 | 546 | 127 | 57 |
| Binary | 11100000 | 10000 | 10110 | 0 | 1011101 | 1011010 | 1100 | 101100110 | 1010111 | 101111 |
Color Harmonies of #E01016
Complementary color
Monochromatic Colors of #E01016
Black with #E01016
Text Example
Text Example
White with #E01016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01016; }
p { color: rgb(224,16,22); }
H1.HeaderClassName
{
color: #E01016;
}
.AnyTagClassName
{
color: #E01016;
}
</style>
background-color css
<style>
a { background-color: #E01016; }
a { background-color: rgb(224,16,22); }
div.DivClassName
{
background-color: #E01016;
}
.BgClassName
{
background-color: #E01016;
}
</style>
border-color css
<style>
span { border-color: #E01016; }
span { border-color: rgb(224,16,22); }
td.TdClassName
{
border-color: #E01016;
}
.TagClassName
{
border-color: #E01016;
}
</style>