Shades of Fire Engine Red #E21A1D
Tints of Fire Engine Red #E21A1D
RGB
CMYK
RGB Variations
Color information
#E21A1D (or 0xE21A1D) is known color: Fire Engine Red. HEX triplet: E2, 1A and 1D. RGB value is (226,26,29). Sum of RGB (Red+Green+Blue) = 226+26+29=281 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.43% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A1D is #1DE5E2. Grayscale: #565656. Windows color (decimal): -1959395 or 1907426. OLE color: 1907426.
HSL color Cylindrical-coordinate representation of color #E21A1D: hue angle of 359.1º 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 #E21A1D is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 29 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.11 |
| HSL | 359.1º | 0.79% | 0.49% | - |
| HSV(B) | 359.1º | 0.88% | 0.89% | - |
| XYZ | 31.96 | 17 | 2.76 | - |
| YUV | 86.14 | 95.76 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 29 | 0 | 0.88 | 0.87 | 0.11 | 359.1 | 0.79 | 0.49 |
| Hex | E2 | 1A | 1D | 0 | 58 | 57 | B | 167 | 4F | 31 |
| Octal | 342 | 32 | 35 | 0 | 130 | 127 | 13 | 547 | 117 | 61 |
| Binary | 11100010 | 11010 | 11101 | 0 | 1011000 | 1010111 | 1011 | 101100111 | 1001111 | 110001 |
Color Harmonies of #E21A1D
Complementary color
Monochromatic Colors of #E21A1D
Black with #E21A1D
Text Example
Text Example
White with #E21A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A1D; }
p { color: rgb(226,26,29); }
H1.HeaderClassName
{
color: #E21A1D;
}
.AnyTagClassName
{
color: #E21A1D;
}
</style>
background-color css
<style>
a { background-color: #E21A1D; }
a { background-color: rgb(226,26,29); }
div.DivClassName
{
background-color: #E21A1D;
}
.BgClassName
{
background-color: #E21A1D;
}
</style>
border-color css
<style>
span { border-color: #E21A1D; }
span { border-color: rgb(226,26,29); }
td.TdClassName
{
border-color: #E21A1D;
}
.TagClassName
{
border-color: #E21A1D;
}
</style>