Shades of Fire Engine Red #E21521
Tints of Fire Engine Red #E21521
RGB
CMYK
RGB Variations
Color information
#E21521 (or 0xE21521) is known color: Fire Engine Red. HEX triplet: E2, 15 and 21. RGB value is (226,21,33). Sum of RGB (Red+Green+Blue) = 226+21+33=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E21521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21521 is #1DEADE. Grayscale: #535353. Windows color (decimal): -1960671 or 2168290. OLE color: 2168290.
HSL color Cylindrical-coordinate representation of color #E21521: hue angle of 356.49º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21521 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 33 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.11 |
| HSL | 356.49º | 0.83% | 0.48% | - |
| HSV(B) | 356.49º | 0.91% | 0.89% | - |
| XYZ | 31.91 | 16.81 | 3 | - |
| YUV | 83.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 33 | 0 | 0.91 | 0.85 | 0.11 | 356.49 | 0.83 | 0.48 |
| Hex | E2 | 15 | 21 | 0 | 5B | 55 | B | 164 | 53 | 30 |
| Octal | 342 | 25 | 41 | 0 | 133 | 125 | 13 | 544 | 123 | 60 |
| Binary | 11100010 | 10101 | 100001 | 0 | 1011011 | 1010101 | 1011 | 101100100 | 1010011 | 110000 |
Color Harmonies of #E21521
Complementary color
Monochromatic Colors of #E21521
Black with #E21521
Text Example
Text Example
White with #E21521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21521; }
p { color: rgb(226,21,33); }
H1.HeaderClassName
{
color: #E21521;
}
.AnyTagClassName
{
color: #E21521;
}
</style>
background-color css
<style>
a { background-color: #E21521; }
a { background-color: rgb(226,21,33); }
div.DivClassName
{
background-color: #E21521;
}
.BgClassName
{
background-color: #E21521;
}
</style>
border-color css
<style>
span { border-color: #E21521; }
span { border-color: rgb(226,21,33); }
td.TdClassName
{
border-color: #E21521;
}
.TagClassName
{
border-color: #E21521;
}
</style>