Shades of Fire Engine Red #E21A24
Tints of Fire Engine Red #E21A24
RGB
CMYK
RGB Variations
Color information
#E21A24 (or 0xE21A24) is known color: Fire Engine Red. HEX triplet: E2, 1A and 24. RGB value is (226,26,36). Sum of RGB (Red+Green+Blue) = 226+26+36=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A24 is #1DE5DB. Grayscale: #575757. Windows color (decimal): -1959388 or 2366178. OLE color: 2366178.
HSL color Cylindrical-coordinate representation of color #E21A24: hue angle of 357º 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 #E21A24 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 36 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.11 |
| HSL | 357º | 0.79% | 0.49% | - |
| HSV(B) | 357º | 0.88% | 0.89% | - |
| XYZ | 32.05 | 17.03 | 3.27 | - |
| YUV | 86.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 36 | 0 | 0.88 | 0.84 | 0.11 | 357 | 0.79 | 0.49 |
| Hex | E2 | 1A | 24 | 0 | 58 | 54 | B | 165 | 4F | 31 |
| Octal | 342 | 32 | 44 | 0 | 130 | 124 | 13 | 545 | 117 | 61 |
| Binary | 11100010 | 11010 | 100100 | 0 | 1011000 | 1010100 | 1011 | 101100101 | 1001111 | 110001 |
Color Harmonies of #E21A24
Complementary color
Monochromatic Colors of #E21A24
Black with #E21A24
Text Example
Text Example
White with #E21A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A24; }
p { color: rgb(226,26,36); }
H1.HeaderClassName
{
color: #E21A24;
}
.AnyTagClassName
{
color: #E21A24;
}
</style>
background-color css
<style>
a { background-color: #E21A24; }
a { background-color: rgb(226,26,36); }
div.DivClassName
{
background-color: #E21A24;
}
.BgClassName
{
background-color: #E21A24;
}
</style>
border-color css
<style>
span { border-color: #E21A24; }
span { border-color: rgb(226,26,36); }
td.TdClassName
{
border-color: #E21A24;
}
.TagClassName
{
border-color: #E21A24;
}
</style>