Shades of Fire Engine Red #E5091F
Tints of Fire Engine Red #E5091F
RGB
CMYK
RGB Variations
Color information
#E5091F (or 0xE5091F) is known color: Fire Engine Red. HEX triplet: E5, 09 and 1F. RGB value is (229,9,31). Sum of RGB (Red+Green+Blue) = 229+9+31=269 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.13% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 229 - color contains mainly: red. Hex color #E5091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5091F is #1AF6E0. Grayscale: #4D4D4D. Windows color (decimal): -1767137 or 2034149. OLE color: 2034149.
HSL color Cylindrical-coordinate representation of color #E5091F: hue angle of 354º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5091F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.10 |
| HSL | 354º | 0.92% | 0.47% | - |
| HSV(B) | 354º | 0.96% | 0.9% | - |
| XYZ | 32.66 | 16.95 | 2.85 | - |
| YUV | 77.29 | 101.89 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 31 | 0 | 0.96 | 0.86 | 0.10 | 354 | 0.92 | 0.47 |
| Hex | E5 | 9 | 1F | 0 | 60 | 56 | A | 162 | 5C | 2F |
| Octal | 345 | 11 | 37 | 0 | 140 | 126 | 12 | 542 | 134 | 57 |
| Binary | 11100101 | 1001 | 11111 | 0 | 1100000 | 1010110 | 1010 | 101100010 | 1011100 | 101111 |
Color Harmonies of #E5091F
Complementary color
Monochromatic Colors of #E5091F
Black with #E5091F
Text Example
Text Example
White with #E5091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5091F; }
p { color: rgb(229,9,31); }
H1.HeaderClassName
{
color: #E5091F;
}
.AnyTagClassName
{
color: #E5091F;
}
</style>
background-color css
<style>
a { background-color: #E5091F; }
a { background-color: rgb(229,9,31); }
div.DivClassName
{
background-color: #E5091F;
}
.BgClassName
{
background-color: #E5091F;
}
</style>
border-color css
<style>
span { border-color: #E5091F; }
span { border-color: rgb(229,9,31); }
td.TdClassName
{
border-color: #E5091F;
}
.TagClassName
{
border-color: #E5091F;
}
</style>