Shades of Fire Engine Red #E4021F
Tints of Fire Engine Red #E4021F
RGB
CMYK
RGB Variations
Color information
#E4021F (or 0xE4021F) is known color: Fire Engine Red. HEX triplet: E4, 02 and 1F. RGB value is (228,2,31). Sum of RGB (Red+Green+Blue) = 228+2+31=261 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.36% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 228 - color contains mainly: red. Hex color #E4021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4021F is #1BFDE0. Grayscale: #484848. Windows color (decimal): -1834465 or 2032356. OLE color: 2032356.
HSL color Cylindrical-coordinate representation of color #E4021F: hue angle of 352.3º 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 #E4021F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.11 |
| HSL | 352.3º | 0.98% | 0.45% | - |
| HSV(B) | 352.3º | 0.99% | 0.89% | - |
| XYZ | 32.26 | 16.64 | 2.81 | - |
| YUV | 72.88 | 104.37 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 31 | 0 | 0.99 | 0.86 | 0.11 | 352.3 | 0.98 | 0.45 |
| Hex | E4 | 2 | 1F | 0 | 63 | 56 | B | 160 | 62 | 2D |
| Octal | 344 | 2 | 37 | 0 | 143 | 126 | 13 | 540 | 142 | 55 |
| Binary | 11100100 | 10 | 11111 | 0 | 1100011 | 1010110 | 1011 | 101100000 | 1100010 | 101101 |
Color Harmonies of #E4021F
Complementary color
Monochromatic Colors of #E4021F
Black with #E4021F
Text Example
Text Example
White with #E4021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4021F; }
p { color: rgb(228,2,31); }
H1.HeaderClassName
{
color: #E4021F;
}
.AnyTagClassName
{
color: #E4021F;
}
</style>
background-color css
<style>
a { background-color: #E4021F; }
a { background-color: rgb(228,2,31); }
div.DivClassName
{
background-color: #E4021F;
}
.BgClassName
{
background-color: #E4021F;
}
</style>
border-color css
<style>
span { border-color: #E4021F; }
span { border-color: rgb(228,2,31); }
td.TdClassName
{
border-color: #E4021F;
}
.TagClassName
{
border-color: #E4021F;
}
</style>