Shades of Fire Engine Red #E81421
Tints of Fire Engine Red #E81421
RGB
CMYK
RGB Variations
Color information
#E81421 (or 0xE81421) is known color: Fire Engine Red. HEX triplet: E8, 14 and 21. RGB value is (232,20,33). Sum of RGB (Red+Green+Blue) = 232+20+33=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E81421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81421 is #17EBDE. Grayscale: #555555. Windows color (decimal): -1567711 or 2168040. OLE color: 2168040.
HSL color Cylindrical-coordinate representation of color #E81421: hue angle of 356.32º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81421 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 33 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.09 |
| HSL | 356.32º | 0.84% | 0.49% | - |
| HSV(B) | 356.32º | 0.91% | 0.91% | - |
| XYZ | 33.8 | 17.77 | 3.09 | - |
| YUV | 84.87 | 98.74 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 33 | 0 | 0.91 | 0.86 | 0.09 | 356.32 | 0.84 | 0.49 |
| Hex | E8 | 14 | 21 | 0 | 5B | 56 | 9 | 164 | 54 | 31 |
| Octal | 350 | 24 | 41 | 0 | 133 | 126 | 11 | 544 | 124 | 61 |
| Binary | 11101000 | 10100 | 100001 | 0 | 1011011 | 1010110 | 1001 | 101100100 | 1010100 | 110001 |
Color Harmonies of #E81421
Complementary color
Monochromatic Colors of #E81421
Black with #E81421
Text Example
Text Example
White with #E81421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81421; }
p { color: rgb(232,20,33); }
H1.HeaderClassName
{
color: #E81421;
}
.AnyTagClassName
{
color: #E81421;
}
</style>
background-color css
<style>
a { background-color: #E81421; }
a { background-color: rgb(232,20,33); }
div.DivClassName
{
background-color: #E81421;
}
.BgClassName
{
background-color: #E81421;
}
</style>
border-color css
<style>
span { border-color: #E81421; }
span { border-color: rgb(232,20,33); }
td.TdClassName
{
border-color: #E81421;
}
.TagClassName
{
border-color: #E81421;
}
</style>