Shades of Fire Engine Red #E5151E
Tints of Fire Engine Red #E5151E
RGB
CMYK
RGB Variations
Color information
#E5151E (or 0xE5151E) is known color: Fire Engine Red. HEX triplet: E5, 15 and 1E. RGB value is (229,21,30). Sum of RGB (Red+Green+Blue) = 229+21+30=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E5151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5151E is #1AEAE1. Grayscale: #545454. Windows color (decimal): -1764066 or 1971685. OLE color: 1971685.
HSL color Cylindrical-coordinate representation of color #E5151E: hue angle of 357.4º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5151E is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 30 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.10 |
| HSL | 357.4º | 0.83% | 0.49% | - |
| HSV(B) | 357.4º | 0.91% | 0.9% | - |
| XYZ | 32.82 | 17.29 | 2.84 | - |
| YUV | 84.22 | 97.41 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 30 | 0 | 0.91 | 0.87 | 0.10 | 357.4 | 0.83 | 0.49 |
| Hex | E5 | 15 | 1E | 0 | 5B | 57 | A | 165 | 53 | 31 |
| Octal | 345 | 25 | 36 | 0 | 133 | 127 | 12 | 545 | 123 | 61 |
| Binary | 11100101 | 10101 | 11110 | 0 | 1011011 | 1010111 | 1010 | 101100101 | 1010011 | 110001 |
Color Harmonies of #E5151E
Complementary color
Monochromatic Colors of #E5151E
Black with #E5151E
Text Example
Text Example
White with #E5151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5151E; }
p { color: rgb(229,21,30); }
H1.HeaderClassName
{
color: #E5151E;
}
.AnyTagClassName
{
color: #E5151E;
}
</style>
background-color css
<style>
a { background-color: #E5151E; }
a { background-color: rgb(229,21,30); }
div.DivClassName
{
background-color: #E5151E;
}
.BgClassName
{
background-color: #E5151E;
}
</style>
border-color css
<style>
span { border-color: #E5151E; }
span { border-color: rgb(229,21,30); }
td.TdClassName
{
border-color: #E5151E;
}
.TagClassName
{
border-color: #E5151E;
}
</style>