Shades of Fire Engine Red #E71520
Tints of Fire Engine Red #E71520
RGB
CMYK
RGB Variations
Color information
#E71520 (or 0xE71520) is known color: Fire Engine Red. HEX triplet: E7, 15 and 20. RGB value is (231,21,32). Sum of RGB (Red+Green+Blue) = 231+21+32=284 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.34% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 231 - color contains mainly: red. Hex color #E71520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71520 is #18EADF. Grayscale: #555555. Windows color (decimal): -1632992 or 2102759. OLE color: 2102759.
HSL color Cylindrical-coordinate representation of color #E71520: hue angle of 356.86º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71520 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 32 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.09 |
| HSL | 356.86º | 0.83% | 0.49% | - |
| HSV(B) | 356.86º | 0.91% | 0.91% | - |
| XYZ | 33.48 | 17.63 | 3 | - |
| YUV | 85.04 | 98.07 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 32 | 0 | 0.91 | 0.86 | 0.09 | 356.86 | 0.83 | 0.49 |
| Hex | E7 | 15 | 20 | 0 | 5B | 56 | 9 | 165 | 53 | 31 |
| Octal | 347 | 25 | 40 | 0 | 133 | 126 | 11 | 545 | 123 | 61 |
| Binary | 11100111 | 10101 | 100000 | 0 | 1011011 | 1010110 | 1001 | 101100101 | 1010011 | 110001 |
Color Harmonies of #E71520
Complementary color
Monochromatic Colors of #E71520
Black with #E71520
Text Example
Text Example
White with #E71520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71520; }
p { color: rgb(231,21,32); }
H1.HeaderClassName
{
color: #E71520;
}
.AnyTagClassName
{
color: #E71520;
}
</style>
background-color css
<style>
a { background-color: #E71520; }
a { background-color: rgb(231,21,32); }
div.DivClassName
{
background-color: #E71520;
}
.BgClassName
{
background-color: #E71520;
}
</style>
border-color css
<style>
span { border-color: #E71520; }
span { border-color: rgb(231,21,32); }
td.TdClassName
{
border-color: #E71520;
}
.TagClassName
{
border-color: #E71520;
}
</style>