Shades of Fire Engine Red #E2191B
Tints of Fire Engine Red #E2191B
RGB
CMYK
RGB Variations
Color information
#E2191B (or 0xE2191B) is known color: Fire Engine Red. HEX triplet: E2, 19 and 1B. RGB value is (226,25,27). Sum of RGB (Red+Green+Blue) = 226+25+27=278 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.29% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 226 - color contains mainly: red. Hex color #E2191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2191B is #1DE6E4. Grayscale: #555555. Windows color (decimal): -1959653 or 1776098. OLE color: 1776098.
HSL color Cylindrical-coordinate representation of color #E2191B: hue angle of 359.4º 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 #E2191B is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 27 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.11 |
| HSL | 359.4º | 0.8% | 0.49% | - |
| HSV(B) | 359.4º | 0.89% | 0.89% | - |
| XYZ | 31.91 | 16.94 | 2.63 | - |
| YUV | 85.33 | 95.09 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 27 | 0 | 0.89 | 0.88 | 0.11 | 359.4 | 0.8 | 0.49 |
| Hex | E2 | 19 | 1B | 0 | 59 | 58 | B | 167 | 50 | 31 |
| Octal | 342 | 31 | 33 | 0 | 131 | 130 | 13 | 547 | 120 | 61 |
| Binary | 11100010 | 11001 | 11011 | 0 | 1011001 | 1011000 | 1011 | 101100111 | 1010000 | 110001 |
Color Harmonies of #E2191B
Complementary color
Monochromatic Colors of #E2191B
Black with #E2191B
Text Example
Text Example
White with #E2191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2191B; }
p { color: rgb(226,25,27); }
H1.HeaderClassName
{
color: #E2191B;
}
.AnyTagClassName
{
color: #E2191B;
}
</style>
background-color css
<style>
a { background-color: #E2191B; }
a { background-color: rgb(226,25,27); }
div.DivClassName
{
background-color: #E2191B;
}
.BgClassName
{
background-color: #E2191B;
}
</style>
border-color css
<style>
span { border-color: #E2191B; }
span { border-color: rgb(226,25,27); }
td.TdClassName
{
border-color: #E2191B;
}
.TagClassName
{
border-color: #E2191B;
}
</style>