Shades of Fire Engine Red #E2161D
Tints of Fire Engine Red #E2161D
RGB
CMYK
RGB Variations
Color information
#E2161D (or 0xE2161D) is known color: Fire Engine Red. HEX triplet: E2, 16 and 1D. RGB value is (226,22,29). Sum of RGB (Red+Green+Blue) = 226+22+29=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E2161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2161D is #1DE9E2. Grayscale: #535353. Windows color (decimal): -1960419 or 1906402. OLE color: 1906402.
HSL color Cylindrical-coordinate representation of color #E2161D: hue angle of 357.94º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2161D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.11 |
| HSL | 357.94º | 0.82% | 0.49% | - |
| HSV(B) | 357.94º | 0.9% | 0.89% | - |
| XYZ | 31.87 | 16.83 | 2.73 | - |
| YUV | 83.79 | 97.09 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 29 | 0 | 0.90 | 0.87 | 0.11 | 357.94 | 0.82 | 0.49 |
| Hex | E2 | 16 | 1D | 0 | 5A | 57 | B | 166 | 52 | 31 |
| Octal | 342 | 26 | 35 | 0 | 132 | 127 | 13 | 546 | 122 | 61 |
| Binary | 11100010 | 10110 | 11101 | 0 | 1011010 | 1010111 | 1011 | 101100110 | 1010010 | 110001 |
Color Harmonies of #E2161D
Complementary color
Monochromatic Colors of #E2161D
Black with #E2161D
Text Example
Text Example
White with #E2161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2161D; }
p { color: rgb(226,22,29); }
H1.HeaderClassName
{
color: #E2161D;
}
.AnyTagClassName
{
color: #E2161D;
}
</style>
background-color css
<style>
a { background-color: #E2161D; }
a { background-color: rgb(226,22,29); }
div.DivClassName
{
background-color: #E2161D;
}
.BgClassName
{
background-color: #E2161D;
}
</style>
border-color css
<style>
span { border-color: #E2161D; }
span { border-color: rgb(226,22,29); }
td.TdClassName
{
border-color: #E2161D;
}
.TagClassName
{
border-color: #E2161D;
}
</style>