Shades of Fire Engine Red #E2191D
Tints of Fire Engine Red #E2191D
RGB
CMYK
RGB Variations
Color information
#E2191D (or 0xE2191D) is known color: Fire Engine Red. HEX triplet: E2, 19 and 1D. RGB value is (226,25,29). Sum of RGB (Red+Green+Blue) = 226+25+29=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E2191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2191D is #1DE6E2. Grayscale: #555555. Windows color (decimal): -1959651 or 1907170. OLE color: 1907170.
HSL color Cylindrical-coordinate representation of color #E2191D: hue angle of 358.81º 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 #E2191D is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 29 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.11 |
| HSL | 358.81º | 0.8% | 0.49% | - |
| HSV(B) | 358.81º | 0.89% | 0.89% | - |
| XYZ | 31.93 | 16.95 | 2.75 | - |
| YUV | 85.56 | 96.09 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 29 | 0 | 0.89 | 0.87 | 0.11 | 358.81 | 0.8 | 0.49 |
| Hex | E2 | 19 | 1D | 0 | 59 | 57 | B | 167 | 50 | 31 |
| Octal | 342 | 31 | 35 | 0 | 131 | 127 | 13 | 547 | 120 | 61 |
| Binary | 11100010 | 11001 | 11101 | 0 | 1011001 | 1010111 | 1011 | 101100111 | 1010000 | 110001 |
Color Harmonies of #E2191D
Complementary color
Monochromatic Colors of #E2191D
Black with #E2191D
Text Example
Text Example
White with #E2191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2191D; }
p { color: rgb(226,25,29); }
H1.HeaderClassName
{
color: #E2191D;
}
.AnyTagClassName
{
color: #E2191D;
}
</style>
background-color css
<style>
a { background-color: #E2191D; }
a { background-color: rgb(226,25,29); }
div.DivClassName
{
background-color: #E2191D;
}
.BgClassName
{
background-color: #E2191D;
}
</style>
border-color css
<style>
span { border-color: #E2191D; }
span { border-color: rgb(226,25,29); }
td.TdClassName
{
border-color: #E2191D;
}
.TagClassName
{
border-color: #E2191D;
}
</style>