Shades of Fire Engine Red #E2191C
Tints of Fire Engine Red #E2191C
RGB
CMYK
RGB Variations
Color information
#E2191C (or 0xE2191C) is known color: Fire Engine Red. HEX triplet: E2, 19 and 1C. RGB value is (226,25,28). Sum of RGB (Red+Green+Blue) = 226+25+28=279 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.00% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 226 - color contains mainly: red. Hex color #E2191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2191C is #1DE6E3. Grayscale: #555555. Windows color (decimal): -1959652 or 1841634. OLE color: 1841634.
HSL color Cylindrical-coordinate representation of color #E2191C: hue angle of 359.1º 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 #E2191C is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 28 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.11 |
| HSL | 359.1º | 0.8% | 0.49% | - |
| HSV(B) | 359.1º | 0.89% | 0.89% | - |
| XYZ | 31.92 | 16.95 | 2.69 | - |
| YUV | 85.44 | 95.59 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 28 | 0 | 0.89 | 0.88 | 0.11 | 359.1 | 0.8 | 0.49 |
| Hex | E2 | 19 | 1C | 0 | 59 | 58 | B | 167 | 50 | 31 |
| Octal | 342 | 31 | 34 | 0 | 131 | 130 | 13 | 547 | 120 | 61 |
| Binary | 11100010 | 11001 | 11100 | 0 | 1011001 | 1011000 | 1011 | 101100111 | 1010000 | 110001 |
Color Harmonies of #E2191C
Complementary color
Monochromatic Colors of #E2191C
Black with #E2191C
Text Example
Text Example
White with #E2191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2191C; }
p { color: rgb(226,25,28); }
H1.HeaderClassName
{
color: #E2191C;
}
.AnyTagClassName
{
color: #E2191C;
}
</style>
background-color css
<style>
a { background-color: #E2191C; }
a { background-color: rgb(226,25,28); }
div.DivClassName
{
background-color: #E2191C;
}
.BgClassName
{
background-color: #E2191C;
}
</style>
border-color css
<style>
span { border-color: #E2191C; }
span { border-color: rgb(226,25,28); }
td.TdClassName
{
border-color: #E2191C;
}
.TagClassName
{
border-color: #E2191C;
}
</style>