Shades of Fire Engine Red #E70521
Tints of Fire Engine Red #E70521
RGB
CMYK
RGB Variations
Color information
#E70521 (or 0xE70521) is known color: Fire Engine Red. HEX triplet: E7, 05 and 21. RGB value is (231,5,33). Sum of RGB (Red+Green+Blue) = 231+5+33=269 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.87% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 231 - color contains mainly: red. Hex color #E70521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70521 is #18FADE. Grayscale: #4B4B4B. Windows color (decimal): -1637087 or 2164199. OLE color: 2164199.
HSL color Cylindrical-coordinate representation of color #E70521: hue angle of 352.57º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70521 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.09 |
| HSL | 352.57º | 0.96% | 0.46% | - |
| HSV(B) | 352.57º | 0.98% | 0.91% | - |
| XYZ | 33.28 | 17.21 | 3.01 | - |
| YUV | 75.77 | 103.87 | 238.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 33 | 0 | 0.98 | 0.86 | 0.09 | 352.57 | 0.96 | 0.46 |
| Hex | E7 | 5 | 21 | 0 | 62 | 56 | 9 | 161 | 60 | 2E |
| Octal | 347 | 5 | 41 | 0 | 142 | 126 | 11 | 541 | 140 | 56 |
| Binary | 11100111 | 101 | 100001 | 0 | 1100010 | 1010110 | 1001 | 101100001 | 1100000 | 101110 |
Color Harmonies of #E70521
Complementary color
Monochromatic Colors of #E70521
Black with #E70521
Text Example
Text Example
White with #E70521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70521; }
p { color: rgb(231,5,33); }
H1.HeaderClassName
{
color: #E70521;
}
.AnyTagClassName
{
color: #E70521;
}
</style>
background-color css
<style>
a { background-color: #E70521; }
a { background-color: rgb(231,5,33); }
div.DivClassName
{
background-color: #E70521;
}
.BgClassName
{
background-color: #E70521;
}
</style>
border-color css
<style>
span { border-color: #E70521; }
span { border-color: rgb(231,5,33); }
td.TdClassName
{
border-color: #E70521;
}
.TagClassName
{
border-color: #E70521;
}
</style>