Shades of Fire Engine Red #E2181E
Tints of Fire Engine Red #E2181E
RGB
CMYK
RGB Variations
Color information
#E2181E (or 0xE2181E) is known color: Fire Engine Red. HEX triplet: E2, 18 and 1E. RGB value is (226,24,30). Sum of RGB (Red+Green+Blue) = 226+24+30=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E2181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2181E is #1DE7E1. Grayscale: #555555. Windows color (decimal): -1959906 or 1972450. OLE color: 1972450.
HSL color Cylindrical-coordinate representation of color #E2181E: hue angle of 358.22º degrees, saturation: 0.81, 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 #E2181E is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 30 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.11 |
| HSL | 358.22º | 0.81% | 0.49% | - |
| HSV(B) | 358.22º | 0.89% | 0.89% | - |
| XYZ | 31.93 | 16.92 | 2.81 | - |
| YUV | 85.08 | 96.92 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 30 | 0 | 0.89 | 0.87 | 0.11 | 358.22 | 0.81 | 0.49 |
| Hex | E2 | 18 | 1E | 0 | 59 | 57 | B | 166 | 51 | 31 |
| Octal | 342 | 30 | 36 | 0 | 131 | 127 | 13 | 546 | 121 | 61 |
| Binary | 11100010 | 11000 | 11110 | 0 | 1011001 | 1010111 | 1011 | 101100110 | 1010001 | 110001 |
Color Harmonies of #E2181E
Complementary color
Monochromatic Colors of #E2181E
Black with #E2181E
Text Example
Text Example
White with #E2181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2181E; }
p { color: rgb(226,24,30); }
H1.HeaderClassName
{
color: #E2181E;
}
.AnyTagClassName
{
color: #E2181E;
}
</style>
background-color css
<style>
a { background-color: #E2181E; }
a { background-color: rgb(226,24,30); }
div.DivClassName
{
background-color: #E2181E;
}
.BgClassName
{
background-color: #E2181E;
}
</style>
border-color css
<style>
span { border-color: #E2181E; }
span { border-color: rgb(226,24,30); }
td.TdClassName
{
border-color: #E2181E;
}
.TagClassName
{
border-color: #E2181E;
}
</style>