Shades of Fire Engine Red #E51520
Tints of Fire Engine Red #E51520
RGB
CMYK
RGB Variations
Color information
#E51520 (or 0xE51520) is known color: Fire Engine Red. HEX triplet: E5, 15 and 20. RGB value is (229,21,32). Sum of RGB (Red+Green+Blue) = 229+21+32=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E51520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51520 is #1AEADF. Grayscale: #545454. Windows color (decimal): -1764064 or 2102757. OLE color: 2102757.
HSL color Cylindrical-coordinate representation of color #E51520: hue angle of 356.83º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51520 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 32 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.10 |
| HSL | 356.83º | 0.83% | 0.49% | - |
| HSV(B) | 356.83º | 0.91% | 0.9% | - |
| XYZ | 32.84 | 17.3 | 2.97 | - |
| YUV | 84.45 | 98.41 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 32 | 0 | 0.91 | 0.86 | 0.10 | 356.83 | 0.83 | 0.49 |
| Hex | E5 | 15 | 20 | 0 | 5B | 56 | A | 165 | 53 | 31 |
| Octal | 345 | 25 | 40 | 0 | 133 | 126 | 12 | 545 | 123 | 61 |
| Binary | 11100101 | 10101 | 100000 | 0 | 1011011 | 1010110 | 1010 | 101100101 | 1010011 | 110001 |
Color Harmonies of #E51520
Complementary color
Monochromatic Colors of #E51520
Black with #E51520
Text Example
Text Example
White with #E51520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51520; }
p { color: rgb(229,21,32); }
H1.HeaderClassName
{
color: #E51520;
}
.AnyTagClassName
{
color: #E51520;
}
</style>
background-color css
<style>
a { background-color: #E51520; }
a { background-color: rgb(229,21,32); }
div.DivClassName
{
background-color: #E51520;
}
.BgClassName
{
background-color: #E51520;
}
</style>
border-color css
<style>
span { border-color: #E51520; }
span { border-color: rgb(229,21,32); }
td.TdClassName
{
border-color: #E51520;
}
.TagClassName
{
border-color: #E51520;
}
</style>