Shades of Fire Engine Red #E81521
Tints of Fire Engine Red #E81521
RGB
CMYK
RGB Variations
Color information
#E81521 (or 0xE81521) is known color: Fire Engine Red. HEX triplet: E8, 15 and 21. RGB value is (232,21,33). Sum of RGB (Red+Green+Blue) = 232+21+33=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E81521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81521 is #17EADE. Grayscale: #555555. Windows color (decimal): -1567455 or 2168296. OLE color: 2168296.
HSL color Cylindrical-coordinate representation of color #E81521: hue angle of 356.59º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81521 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 33 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.09 |
| HSL | 356.59º | 0.83% | 0.5% | - |
| HSV(B) | 356.59º | 0.91% | 0.91% | - |
| XYZ | 33.82 | 17.8 | 3.09 | - |
| YUV | 85.46 | 98.4 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 33 | 0 | 0.91 | 0.86 | 0.09 | 356.59 | 0.83 | 0.5 |
| Hex | E8 | 15 | 21 | 0 | 5B | 56 | 9 | 165 | 53 | 32 |
| Octal | 350 | 25 | 41 | 0 | 133 | 126 | 11 | 545 | 123 | 62 |
| Binary | 11101000 | 10101 | 100001 | 0 | 1011011 | 1010110 | 1001 | 101100101 | 1010011 | 110010 |
Color Harmonies of #E81521
Complementary color
Monochromatic Colors of #E81521
Black with #E81521
Text Example
Text Example
White with #E81521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81521; }
p { color: rgb(232,21,33); }
H1.HeaderClassName
{
color: #E81521;
}
.AnyTagClassName
{
color: #E81521;
}
</style>
background-color css
<style>
a { background-color: #E81521; }
a { background-color: rgb(232,21,33); }
div.DivClassName
{
background-color: #E81521;
}
.BgClassName
{
background-color: #E81521;
}
</style>
border-color css
<style>
span { border-color: #E81521; }
span { border-color: rgb(232,21,33); }
td.TdClassName
{
border-color: #E81521;
}
.TagClassName
{
border-color: #E81521;
}
</style>