Shades of Fire Engine Red #E51326
Tints of Fire Engine Red #E51326
RGB
CMYK
RGB Variations
Color information
#E51326 (or 0xE51326) is known color: Fire Engine Red. HEX triplet: E5, 13 and 26. RGB value is (229,19,38). Sum of RGB (Red+Green+Blue) = 229+19+38=286 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.07% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 229 - color contains mainly: red. Hex color #E51326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51326 is #1AECD9. Grayscale: #545454. Windows color (decimal): -1764570 or 2495461. OLE color: 2495461.
HSL color Cylindrical-coordinate representation of color #E51326: hue angle of 354.57º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51326 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 38 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.10 |
| HSL | 354.57º | 0.85% | 0.49% | - |
| HSV(B) | 354.57º | 0.92% | 0.9% | - |
| XYZ | 32.9 | 17.26 | 3.43 | - |
| YUV | 83.96 | 102.07 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 38 | 0 | 0.92 | 0.83 | 0.10 | 354.57 | 0.85 | 0.49 |
| Hex | E5 | 13 | 26 | 0 | 5C | 53 | A | 163 | 55 | 31 |
| Octal | 345 | 23 | 46 | 0 | 134 | 123 | 12 | 543 | 125 | 61 |
| Binary | 11100101 | 10011 | 100110 | 0 | 1011100 | 1010011 | 1010 | 101100011 | 1010101 | 110001 |
Color Harmonies of #E51326
Complementary color
Monochromatic Colors of #E51326
Black with #E51326
Text Example
Text Example
White with #E51326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51326; }
p { color: rgb(229,19,38); }
H1.HeaderClassName
{
color: #E51326;
}
.AnyTagClassName
{
color: #E51326;
}
</style>
background-color css
<style>
a { background-color: #E51326; }
a { background-color: rgb(229,19,38); }
div.DivClassName
{
background-color: #E51326;
}
.BgClassName
{
background-color: #E51326;
}
</style>
border-color css
<style>
span { border-color: #E51326; }
span { border-color: rgb(229,19,38); }
td.TdClassName
{
border-color: #E51326;
}
.TagClassName
{
border-color: #E51326;
}
</style>