Shades of Fire Engine Red #E5071C
Tints of Fire Engine Red #E5071C
RGB
CMYK
RGB Variations
Color information
#E5071C (or 0xE5071C) is known color: Fire Engine Red. HEX triplet: E5, 07 and 1C. RGB value is (229,7,28). Sum of RGB (Red+Green+Blue) = 229+7+28=264 (34% of max value = 765). Red value is 229 (89.84% from 255 or 86.74% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 229 - color contains mainly: red. Hex color #E5071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5071C is #1AF8E3. Grayscale: #4B4B4B. Windows color (decimal): -1767652 or 1837029. OLE color: 1837029.
HSL color Cylindrical-coordinate representation of color #E5071C: hue angle of 354.32º 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 #E5071C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.10 |
| HSL | 354.32º | 0.94% | 0.46% | - |
| HSV(B) | 354.32º | 0.97% | 0.9% | - |
| XYZ | 32.6 | 16.89 | 2.64 | - |
| YUV | 75.77 | 101.05 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 28 | 0 | 0.97 | 0.88 | 0.10 | 354.32 | 0.94 | 0.46 |
| Hex | E5 | 7 | 1C | 0 | 61 | 58 | A | 162 | 5E | 2E |
| Octal | 345 | 7 | 34 | 0 | 141 | 130 | 12 | 542 | 136 | 56 |
| Binary | 11100101 | 111 | 11100 | 0 | 1100001 | 1011000 | 1010 | 101100010 | 1011110 | 101110 |
Color Harmonies of #E5071C
Complementary color
Monochromatic Colors of #E5071C
Black with #E5071C
Text Example
Text Example
White with #E5071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5071C; }
p { color: rgb(229,7,28); }
H1.HeaderClassName
{
color: #E5071C;
}
.AnyTagClassName
{
color: #E5071C;
}
</style>
background-color css
<style>
a { background-color: #E5071C; }
a { background-color: rgb(229,7,28); }
div.DivClassName
{
background-color: #E5071C;
}
.BgClassName
{
background-color: #E5071C;
}
</style>
border-color css
<style>
span { border-color: #E5071C; }
span { border-color: rgb(229,7,28); }
td.TdClassName
{
border-color: #E5071C;
}
.TagClassName
{
border-color: #E5071C;
}
</style>