Shades of Fire Engine Red #E21A1E
Tints of Fire Engine Red #E21A1E
RGB
CMYK
RGB Variations
Color information
#E21A1E (or 0xE21A1E) is known color: Fire Engine Red. HEX triplet: E2, 1A and 1E. RGB value is (226,26,30). Sum of RGB (Red+Green+Blue) = 226+26+30=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A1E is #1DE5E1. Grayscale: #565656. Windows color (decimal): -1959394 or 1972962. OLE color: 1972962.
HSL color Cylindrical-coordinate representation of color #E21A1E: hue angle of 358.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A1E is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 30 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.11 |
| HSL | 358.8º | 0.79% | 0.49% | - |
| HSV(B) | 358.8º | 0.88% | 0.89% | - |
| XYZ | 31.97 | 17 | 2.82 | - |
| YUV | 86.26 | 96.26 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 30 | 0 | 0.88 | 0.87 | 0.11 | 358.8 | 0.79 | 0.49 |
| Hex | E2 | 1A | 1E | 0 | 58 | 57 | B | 167 | 4F | 31 |
| Octal | 342 | 32 | 36 | 0 | 130 | 127 | 13 | 547 | 117 | 61 |
| Binary | 11100010 | 11010 | 11110 | 0 | 1011000 | 1010111 | 1011 | 101100111 | 1001111 | 110001 |
Color Harmonies of #E21A1E
Complementary color
Monochromatic Colors of #E21A1E
Black with #E21A1E
Text Example
Text Example
White with #E21A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A1E; }
p { color: rgb(226,26,30); }
H1.HeaderClassName
{
color: #E21A1E;
}
.AnyTagClassName
{
color: #E21A1E;
}
</style>
background-color css
<style>
a { background-color: #E21A1E; }
a { background-color: rgb(226,26,30); }
div.DivClassName
{
background-color: #E21A1E;
}
.BgClassName
{
background-color: #E21A1E;
}
</style>
border-color css
<style>
span { border-color: #E21A1E; }
span { border-color: rgb(226,26,30); }
td.TdClassName
{
border-color: #E21A1E;
}
.TagClassName
{
border-color: #E21A1E;
}
</style>