Shades of Fire Engine Red #E40120
Tints of Fire Engine Red #E40120
RGB
CMYK
RGB Variations
Color information
#E40120 (or 0xE40120) is known color: Fire Engine Red. HEX triplet: E4, 01 and 20. RGB value is (228,1,32). Sum of RGB (Red+Green+Blue) = 228+1+32=261 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.36% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 228 - color contains mainly: red. Hex color #E40120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40120 is #1BFEDF. Grayscale: #484848. Windows color (decimal): -1834720 or 2097636. OLE color: 2097636.
HSL color Cylindrical-coordinate representation of color #E40120: hue angle of 351.81º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40120 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 32 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.11 |
| HSL | 351.81º | 0.99% | 0.45% | - |
| HSV(B) | 351.81º | 1% | 0.89% | - |
| XYZ | 32.27 | 16.62 | 2.87 | - |
| YUV | 72.41 | 105.21 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 32 | 0 | 1.00 | 0.86 | 0.11 | 351.81 | 0.99 | 0.45 |
| Hex | E4 | 1 | 20 | 0 | 64 | 56 | B | 160 | 63 | 2D |
| Octal | 344 | 1 | 40 | 0 | 144 | 126 | 13 | 540 | 143 | 55 |
| Binary | 11100100 | 1 | 100000 | 0 | 1100100 | 1010110 | 1011 | 101100000 | 1100011 | 101101 |
Color Harmonies of #E40120
Complementary color
Monochromatic Colors of #E40120
Black with #E40120
Text Example
Text Example
White with #E40120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40120; }
p { color: rgb(228,1,32); }
H1.HeaderClassName
{
color: #E40120;
}
.AnyTagClassName
{
color: #E40120;
}
</style>
background-color css
<style>
a { background-color: #E40120; }
a { background-color: rgb(228,1,32); }
div.DivClassName
{
background-color: #E40120;
}
.BgClassName
{
background-color: #E40120;
}
</style>
border-color css
<style>
span { border-color: #E40120; }
span { border-color: rgb(228,1,32); }
td.TdClassName
{
border-color: #E40120;
}
.TagClassName
{
border-color: #E40120;
}
</style>