Shades of Fire Engine Red #E5121E
Tints of Fire Engine Red #E5121E
RGB
CMYK
RGB Variations
Color information
#E5121E (or 0xE5121E) is known color: Fire Engine Red. HEX triplet: E5, 12 and 1E. RGB value is (229,18,30). Sum of RGB (Red+Green+Blue) = 229+18+30=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E5121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5121E is #1AEDE1. Grayscale: #525252. Windows color (decimal): -1764834 or 1970917. OLE color: 1970917.
HSL color Cylindrical-coordinate representation of color #E5121E: hue angle of 356.59º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5121E is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 30 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.10 |
| HSL | 356.59º | 0.85% | 0.48% | - |
| HSV(B) | 356.59º | 0.92% | 0.9% | - |
| XYZ | 32.76 | 17.18 | 2.82 | - |
| YUV | 82.46 | 98.4 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 30 | 0 | 0.92 | 0.87 | 0.10 | 356.59 | 0.85 | 0.48 |
| Hex | E5 | 12 | 1E | 0 | 5C | 57 | A | 165 | 55 | 30 |
| Octal | 345 | 22 | 36 | 0 | 134 | 127 | 12 | 545 | 125 | 60 |
| Binary | 11100101 | 10010 | 11110 | 0 | 1011100 | 1010111 | 1010 | 101100101 | 1010101 | 110000 |
Color Harmonies of #E5121E
Complementary color
Monochromatic Colors of #E5121E
Black with #E5121E
Text Example
Text Example
White with #E5121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5121E; }
p { color: rgb(229,18,30); }
H1.HeaderClassName
{
color: #E5121E;
}
.AnyTagClassName
{
color: #E5121E;
}
</style>
background-color css
<style>
a { background-color: #E5121E; }
a { background-color: rgb(229,18,30); }
div.DivClassName
{
background-color: #E5121E;
}
.BgClassName
{
background-color: #E5121E;
}
</style>
border-color css
<style>
span { border-color: #E5121E; }
span { border-color: rgb(229,18,30); }
td.TdClassName
{
border-color: #E5121E;
}
.TagClassName
{
border-color: #E5121E;
}
</style>