Shades of Fire Engine Red #E2191F
Tints of Fire Engine Red #E2191F
RGB
CMYK
RGB Variations
Color information
#E2191F (or 0xE2191F) is known color: Fire Engine Red. HEX triplet: E2, 19 and 1F. RGB value is (226,25,31). Sum of RGB (Red+Green+Blue) = 226+25+31=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E2191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2191F is #1DE6E0. Grayscale: #555555. Windows color (decimal): -1959649 or 2038242. OLE color: 2038242.
HSL color Cylindrical-coordinate representation of color #E2191F: hue angle of 358.21º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2191F is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 31 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.11 |
| HSL | 358.21º | 0.8% | 0.49% | - |
| HSV(B) | 358.21º | 0.89% | 0.89% | - |
| XYZ | 31.96 | 16.96 | 2.89 | - |
| YUV | 85.78 | 97.09 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 31 | 0 | 0.89 | 0.86 | 0.11 | 358.21 | 0.8 | 0.49 |
| Hex | E2 | 19 | 1F | 0 | 59 | 56 | B | 166 | 50 | 31 |
| Octal | 342 | 31 | 37 | 0 | 131 | 126 | 13 | 546 | 120 | 61 |
| Binary | 11100010 | 11001 | 11111 | 0 | 1011001 | 1010110 | 1011 | 101100110 | 1010000 | 110001 |
Color Harmonies of #E2191F
Complementary color
Monochromatic Colors of #E2191F
Black with #E2191F
Text Example
Text Example
White with #E2191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2191F; }
p { color: rgb(226,25,31); }
H1.HeaderClassName
{
color: #E2191F;
}
.AnyTagClassName
{
color: #E2191F;
}
</style>
background-color css
<style>
a { background-color: #E2191F; }
a { background-color: rgb(226,25,31); }
div.DivClassName
{
background-color: #E2191F;
}
.BgClassName
{
background-color: #E2191F;
}
</style>
border-color css
<style>
span { border-color: #E2191F; }
span { border-color: rgb(226,25,31); }
td.TdClassName
{
border-color: #E2191F;
}
.TagClassName
{
border-color: #E2191F;
}
</style>