Shades of Fire Engine Red #E51A20
Tints of Fire Engine Red #E51A20
RGB
CMYK
RGB Variations
Color information
#E51A20 (or 0xE51A20) is known color: Fire Engine Red. HEX triplet: E5, 1A and 20. RGB value is (229,26,32). Sum of RGB (Red+Green+Blue) = 229+26+32=287 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.79% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51A20 is #1AE5DF. Grayscale: #575757. Windows color (decimal): -1762784 or 2104037. OLE color: 2104037.
HSL color Cylindrical-coordinate representation of color #E51A20: hue angle of 358.23º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51A20 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 32 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.10 |
| HSL | 358.23º | 0.8% | 0.5% | - |
| HSV(B) | 358.23º | 0.89% | 0.9% | - |
| XYZ | 32.94 | 17.5 | 3.01 | - |
| YUV | 87.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 32 | 0 | 0.89 | 0.86 | 0.10 | 358.23 | 0.8 | 0.5 |
| Hex | E5 | 1A | 20 | 0 | 59 | 56 | A | 166 | 50 | 32 |
| Octal | 345 | 32 | 40 | 0 | 131 | 126 | 12 | 546 | 120 | 62 |
| Binary | 11100101 | 11010 | 100000 | 0 | 1011001 | 1010110 | 1010 | 101100110 | 1010000 | 110010 |
Color Harmonies of #E51A20
Complementary color
Monochromatic Colors of #E51A20
Black with #E51A20
Text Example
Text Example
White with #E51A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A20; }
p { color: rgb(229,26,32); }
H1.HeaderClassName
{
color: #E51A20;
}
.AnyTagClassName
{
color: #E51A20;
}
</style>
background-color css
<style>
a { background-color: #E51A20; }
a { background-color: rgb(229,26,32); }
div.DivClassName
{
background-color: #E51A20;
}
.BgClassName
{
background-color: #E51A20;
}
</style>
border-color css
<style>
span { border-color: #E51A20; }
span { border-color: rgb(229,26,32); }
td.TdClassName
{
border-color: #E51A20;
}
.TagClassName
{
border-color: #E51A20;
}
</style>