Shades of Fire Engine Red #E40220
Tints of Fire Engine Red #E40220
RGB
CMYK
RGB Variations
Color information
#E40220 (or 0xE40220) is known color: Fire Engine Red. HEX triplet: E4, 02 and 20. RGB value is (228,2,32). Sum of RGB (Red+Green+Blue) = 228+2+32=262 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.02% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 228 - color contains mainly: red. Hex color #E40220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40220 is #1BFDDF. Grayscale: #494949. Windows color (decimal): -1834464 or 2097892. OLE color: 2097892.
HSL color Cylindrical-coordinate representation of color #E40220: hue angle of 352.04º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40220 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.11 |
| HSL | 352.04º | 0.98% | 0.45% | - |
| HSV(B) | 352.04º | 0.99% | 0.89% | - |
| XYZ | 32.28 | 16.64 | 2.88 | - |
| YUV | 72.99 | 104.87 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 32 | 0 | 0.99 | 0.86 | 0.11 | 352.04 | 0.98 | 0.45 |
| Hex | E4 | 2 | 20 | 0 | 63 | 56 | B | 160 | 62 | 2D |
| Octal | 344 | 2 | 40 | 0 | 143 | 126 | 13 | 540 | 142 | 55 |
| Binary | 11100100 | 10 | 100000 | 0 | 1100011 | 1010110 | 1011 | 101100000 | 1100010 | 101101 |
Color Harmonies of #E40220
Complementary color
Monochromatic Colors of #E40220
Black with #E40220
Text Example
Text Example
White with #E40220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40220; }
p { color: rgb(228,2,32); }
H1.HeaderClassName
{
color: #E40220;
}
.AnyTagClassName
{
color: #E40220;
}
</style>
background-color css
<style>
a { background-color: #E40220; }
a { background-color: rgb(228,2,32); }
div.DivClassName
{
background-color: #E40220;
}
.BgClassName
{
background-color: #E40220;
}
</style>
border-color css
<style>
span { border-color: #E40220; }
span { border-color: rgb(228,2,32); }
td.TdClassName
{
border-color: #E40220;
}
.TagClassName
{
border-color: #E40220;
}
</style>