Shades of Fire Engine Red #E40121
Tints of Fire Engine Red #E40121
RGB
CMYK
RGB Variations
Color information
#E40121 (or 0xE40121) is known color: Fire Engine Red. HEX triplet: E4, 01 and 21. RGB value is (228,1,33). Sum of RGB (Red+Green+Blue) = 228+1+33=262 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.02% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 228 - color contains mainly: red. Hex color #E40121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40121 is #1BFEDE. Grayscale: #484848. Windows color (decimal): -1834719 or 2163172. OLE color: 2163172.
HSL color Cylindrical-coordinate representation of color #E40121: hue angle of 351.54º 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 #E40121 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.11 |
| HSL | 351.54º | 0.99% | 0.45% | - |
| HSV(B) | 351.54º | 1% | 0.89% | - |
| XYZ | 32.28 | 16.63 | 2.95 | - |
| YUV | 72.52 | 105.71 | 238.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 33 | 0 | 1.00 | 0.86 | 0.11 | 351.54 | 0.99 | 0.45 |
| Hex | E4 | 1 | 21 | 0 | 64 | 56 | B | 160 | 63 | 2D |
| Octal | 344 | 1 | 41 | 0 | 144 | 126 | 13 | 540 | 143 | 55 |
| Binary | 11100100 | 1 | 100001 | 0 | 1100100 | 1010110 | 1011 | 101100000 | 1100011 | 101101 |
Color Harmonies of #E40121
Complementary color
Monochromatic Colors of #E40121
Black with #E40121
Text Example
Text Example
White with #E40121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40121; }
p { color: rgb(228,1,33); }
H1.HeaderClassName
{
color: #E40121;
}
.AnyTagClassName
{
color: #E40121;
}
</style>
background-color css
<style>
a { background-color: #E40121; }
a { background-color: rgb(228,1,33); }
div.DivClassName
{
background-color: #E40121;
}
.BgClassName
{
background-color: #E40121;
}
</style>
border-color css
<style>
span { border-color: #E40121; }
span { border-color: rgb(228,1,33); }
td.TdClassName
{
border-color: #E40121;
}
.TagClassName
{
border-color: #E40121;
}
</style>