Shades of Fire Engine Red #E51321
Tints of Fire Engine Red #E51321
RGB
CMYK
RGB Variations
Color information
#E51321 (or 0xE51321) is known color: Fire Engine Red. HEX triplet: E5, 13 and 21. RGB value is (229,19,33). Sum of RGB (Red+Green+Blue) = 229+19+33=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E51321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51321 is #1AECDE. Grayscale: #535353. Windows color (decimal): -1764575 or 2167781. OLE color: 2167781.
HSL color Cylindrical-coordinate representation of color #E51321: hue angle of 356º 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 #E51321 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 33 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.10 |
| HSL | 356º | 0.85% | 0.49% | - |
| HSV(B) | 356º | 0.92% | 0.9% | - |
| XYZ | 32.82 | 17.23 | 3.04 | - |
| YUV | 83.39 | 99.57 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 33 | 0 | 0.92 | 0.86 | 0.10 | 356 | 0.85 | 0.49 |
| Hex | E5 | 13 | 21 | 0 | 5C | 56 | A | 164 | 55 | 31 |
| Octal | 345 | 23 | 41 | 0 | 134 | 126 | 12 | 544 | 125 | 61 |
| Binary | 11100101 | 10011 | 100001 | 0 | 1011100 | 1010110 | 1010 | 101100100 | 1010101 | 110001 |
Color Harmonies of #E51321
Complementary color
Monochromatic Colors of #E51321
Black with #E51321
Text Example
Text Example
White with #E51321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51321; }
p { color: rgb(229,19,33); }
H1.HeaderClassName
{
color: #E51321;
}
.AnyTagClassName
{
color: #E51321;
}
</style>
background-color css
<style>
a { background-color: #E51321; }
a { background-color: rgb(229,19,33); }
div.DivClassName
{
background-color: #E51321;
}
.BgClassName
{
background-color: #E51321;
}
</style>
border-color css
<style>
span { border-color: #E51321; }
span { border-color: rgb(229,19,33); }
td.TdClassName
{
border-color: #E51321;
}
.TagClassName
{
border-color: #E51321;
}
</style>