Shades of Fire Engine Red #E51A1F
Tints of Fire Engine Red #E51A1F
RGB
CMYK
RGB Variations
Color information
#E51A1F (or 0xE51A1F) is known color: Fire Engine Red. HEX triplet: E5, 1A and 1F. RGB value is (229,26,31). Sum of RGB (Red+Green+Blue) = 229+26+31=286 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.07% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51A1F is #1AE5E0. Grayscale: #575757. Windows color (decimal): -1762785 or 2038501. OLE color: 2038501.
HSL color Cylindrical-coordinate representation of color #E51A1F: hue angle of 358.52º 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 #E51A1F is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 31 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.10 |
| HSL | 358.52º | 0.8% | 0.5% | - |
| HSV(B) | 358.52º | 0.89% | 0.9% | - |
| XYZ | 32.93 | 17.5 | 2.94 | - |
| YUV | 87.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 31 | 0 | 0.89 | 0.86 | 0.10 | 358.52 | 0.8 | 0.5 |
| Hex | E5 | 1A | 1F | 0 | 59 | 56 | A | 167 | 50 | 32 |
| Octal | 345 | 32 | 37 | 0 | 131 | 126 | 12 | 547 | 120 | 62 |
| Binary | 11100101 | 11010 | 11111 | 0 | 1011001 | 1010110 | 1010 | 101100111 | 1010000 | 110010 |
Color Harmonies of #E51A1F
Complementary color
Monochromatic Colors of #E51A1F
Black with #E51A1F
Text Example
Text Example
White with #E51A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A1F; }
p { color: rgb(229,26,31); }
H1.HeaderClassName
{
color: #E51A1F;
}
.AnyTagClassName
{
color: #E51A1F;
}
</style>
background-color css
<style>
a { background-color: #E51A1F; }
a { background-color: rgb(229,26,31); }
div.DivClassName
{
background-color: #E51A1F;
}
.BgClassName
{
background-color: #E51A1F;
}
</style>
border-color css
<style>
span { border-color: #E51A1F; }
span { border-color: rgb(229,26,31); }
td.TdClassName
{
border-color: #E51A1F;
}
.TagClassName
{
border-color: #E51A1F;
}
</style>