Shades of Fire Engine Red #E5071F
Tints of Fire Engine Red #E5071F
RGB
CMYK
RGB Variations
Color information
#E5071F (or 0xE5071F) is known color: Fire Engine Red. HEX triplet: E5, 07 and 1F. RGB value is (229,7,31). Sum of RGB (Red+Green+Blue) = 229+7+31=267 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.77% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 229 - color contains mainly: red. Hex color #E5071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5071F is #1AF8E0. Grayscale: #4C4C4C. Windows color (decimal): -1767649 or 2033637. OLE color: 2033637.
HSL color Cylindrical-coordinate representation of color #E5071F: hue angle of 353.51º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5071F is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 31 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.10 |
| HSL | 353.51º | 0.94% | 0.46% | - |
| HSV(B) | 353.51º | 0.97% | 0.9% | - |
| XYZ | 32.64 | 16.91 | 2.84 | - |
| YUV | 76.11 | 102.55 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 31 | 0 | 0.97 | 0.86 | 0.10 | 353.51 | 0.94 | 0.46 |
| Hex | E5 | 7 | 1F | 0 | 61 | 56 | A | 162 | 5E | 2E |
| Octal | 345 | 7 | 37 | 0 | 141 | 126 | 12 | 542 | 136 | 56 |
| Binary | 11100101 | 111 | 11111 | 0 | 1100001 | 1010110 | 1010 | 101100010 | 1011110 | 101110 |
Color Harmonies of #E5071F
Complementary color
Monochromatic Colors of #E5071F
Black with #E5071F
Text Example
Text Example
White with #E5071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5071F; }
p { color: rgb(229,7,31); }
H1.HeaderClassName
{
color: #E5071F;
}
.AnyTagClassName
{
color: #E5071F;
}
</style>
background-color css
<style>
a { background-color: #E5071F; }
a { background-color: rgb(229,7,31); }
div.DivClassName
{
background-color: #E5071F;
}
.BgClassName
{
background-color: #E5071F;
}
</style>
border-color css
<style>
span { border-color: #E5071F; }
span { border-color: rgb(229,7,31); }
td.TdClassName
{
border-color: #E5071F;
}
.TagClassName
{
border-color: #E5071F;
}
</style>