Shades of Fire Engine Red #E1191F
Tints of Fire Engine Red #E1191F
RGB
CMYK
RGB Variations
Color information
#E1191F (or 0xE1191F) is known color: Fire Engine Red. HEX triplet: E1, 19 and 1F. RGB value is (225,25,31). Sum of RGB (Red+Green+Blue) = 225+25+31=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E1191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1191F is #1EE6E0. Grayscale: #555555. Windows color (decimal): -2025185 or 2038241. OLE color: 2038241.
HSL color Cylindrical-coordinate representation of color #E1191F: hue angle of 358.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1191F is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 31 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.12 |
| HSL | 358.2º | 0.8% | 0.49% | - |
| HSV(B) | 358.2º | 0.89% | 0.88% | - |
| XYZ | 31.65 | 16.8 | 2.87 | - |
| YUV | 85.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 31 | 0 | 0.89 | 0.86 | 0.12 | 358.2 | 0.8 | 0.49 |
| Hex | E1 | 19 | 1F | 0 | 59 | 56 | C | 166 | 50 | 31 |
| Octal | 341 | 31 | 37 | 0 | 131 | 126 | 14 | 546 | 120 | 61 |
| Binary | 11100001 | 11001 | 11111 | 0 | 1011001 | 1010110 | 1100 | 101100110 | 1010000 | 110001 |
Color Harmonies of #E1191F
Complementary color
Monochromatic Colors of #E1191F
Black with #E1191F
Text Example
Text Example
White with #E1191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1191F; }
p { color: rgb(225,25,31); }
H1.HeaderClassName
{
color: #E1191F;
}
.AnyTagClassName
{
color: #E1191F;
}
</style>
background-color css
<style>
a { background-color: #E1191F; }
a { background-color: rgb(225,25,31); }
div.DivClassName
{
background-color: #E1191F;
}
.BgClassName
{
background-color: #E1191F;
}
</style>
border-color css
<style>
span { border-color: #E1191F; }
span { border-color: rgb(225,25,31); }
td.TdClassName
{
border-color: #E1191F;
}
.TagClassName
{
border-color: #E1191F;
}
</style>