Shades of Fire Engine Red #E2191E
Tints of Fire Engine Red #E2191E
RGB
CMYK
RGB Variations
Color information
#E2191E (or 0xE2191E) is known color: Fire Engine Red. HEX triplet: E2, 19 and 1E. RGB value is (226,25,30). Sum of RGB (Red+Green+Blue) = 226+25+30=281 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.43% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 226 - color contains mainly: red. Hex color #E2191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2191E is #1DE6E1. Grayscale: #555555. Windows color (decimal): -1959650 or 1972706. OLE color: 1972706.
HSL color Cylindrical-coordinate representation of color #E2191E: hue angle of 358.51º 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 #E2191E is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 30 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.11 |
| HSL | 358.51º | 0.8% | 0.49% | - |
| HSV(B) | 358.51º | 0.89% | 0.89% | - |
| XYZ | 31.95 | 16.96 | 2.82 | - |
| YUV | 85.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 30 | 0 | 0.89 | 0.87 | 0.11 | 358.51 | 0.8 | 0.49 |
| Hex | E2 | 19 | 1E | 0 | 59 | 57 | B | 167 | 50 | 31 |
| Octal | 342 | 31 | 36 | 0 | 131 | 127 | 13 | 547 | 120 | 61 |
| Binary | 11100010 | 11001 | 11110 | 0 | 1011001 | 1010111 | 1011 | 101100111 | 1010000 | 110001 |
Color Harmonies of #E2191E
Complementary color
Monochromatic Colors of #E2191E
Black with #E2191E
Text Example
Text Example
White with #E2191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2191E; }
p { color: rgb(226,25,30); }
H1.HeaderClassName
{
color: #E2191E;
}
.AnyTagClassName
{
color: #E2191E;
}
</style>
background-color css
<style>
a { background-color: #E2191E; }
a { background-color: rgb(226,25,30); }
div.DivClassName
{
background-color: #E2191E;
}
.BgClassName
{
background-color: #E2191E;
}
</style>
border-color css
<style>
span { border-color: #E2191E; }
span { border-color: rgb(226,25,30); }
td.TdClassName
{
border-color: #E2191E;
}
.TagClassName
{
border-color: #E2191E;
}
</style>