Shades of Fire Engine Red #E20121
Tints of Fire Engine Red #E20121
RGB
CMYK
RGB Variations
Color information
#E20121 (or 0xE20121) is known color: Fire Engine Red. HEX triplet: E2, 01 and 21. RGB value is (226,1,33). Sum of RGB (Red+Green+Blue) = 226+1+33=260 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 226 - color contains mainly: red. Hex color #E20121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20121 is #1DFEDE. Grayscale: #484848. Windows color (decimal): -1965791 or 2163170. OLE color: 2163170.
HSL color Cylindrical-coordinate representation of color #E20121: hue angle of 351.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20121 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.11 |
| HSL | 351.47º | 0.99% | 0.45% | - |
| HSV(B) | 351.47º | 1% | 0.89% | - |
| XYZ | 31.65 | 16.3 | 2.92 | - |
| YUV | 71.92 | 106.04 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 33 | 0 | 1.00 | 0.85 | 0.11 | 351.47 | 0.99 | 0.45 |
| Hex | E2 | 1 | 21 | 0 | 64 | 55 | B | 15F | 63 | 2D |
| Octal | 342 | 1 | 41 | 0 | 144 | 125 | 13 | 537 | 143 | 55 |
| Binary | 11100010 | 1 | 100001 | 0 | 1100100 | 1010101 | 1011 | 101011111 | 1100011 | 101101 |
Color Harmonies of #E20121
Complementary color
Monochromatic Colors of #E20121
Black with #E20121
Text Example
Text Example
White with #E20121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20121; }
p { color: rgb(226,1,33); }
H1.HeaderClassName
{
color: #E20121;
}
.AnyTagClassName
{
color: #E20121;
}
</style>
background-color css
<style>
a { background-color: #E20121; }
a { background-color: rgb(226,1,33); }
div.DivClassName
{
background-color: #E20121;
}
.BgClassName
{
background-color: #E20121;
}
</style>
border-color css
<style>
span { border-color: #E20121; }
span { border-color: rgb(226,1,33); }
td.TdClassName
{
border-color: #E20121;
}
.TagClassName
{
border-color: #E20121;
}
</style>