Shades of Fire Engine Red #E40422
Tints of Fire Engine Red #E40422
RGB
CMYK
RGB Variations
Color information
#E40422 (or 0xE40422) is known color: Fire Engine Red. HEX triplet: E4, 04 and 22. RGB value is (228,4,34). Sum of RGB (Red+Green+Blue) = 228+4+34=266 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.71% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 228 - color contains mainly: red. Hex color #E40422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40422 is #1BFBDD. Grayscale: #4A4A4A. Windows color (decimal): -1833950 or 2229476. OLE color: 2229476.
HSL color Cylindrical-coordinate representation of color #E40422: hue angle of 351.96º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40422 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.11 |
| HSL | 351.96º | 0.97% | 0.45% | - |
| HSV(B) | 351.96º | 0.98% | 0.89% | - |
| XYZ | 32.33 | 16.7 | 3.03 | - |
| YUV | 74.4 | 105.21 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 34 | 0 | 0.98 | 0.85 | 0.11 | 351.96 | 0.97 | 0.45 |
| Hex | E4 | 4 | 22 | 0 | 62 | 55 | B | 160 | 61 | 2D |
| Octal | 344 | 4 | 42 | 0 | 142 | 125 | 13 | 540 | 141 | 55 |
| Binary | 11100100 | 100 | 100010 | 0 | 1100010 | 1010101 | 1011 | 101100000 | 1100001 | 101101 |
Color Harmonies of #E40422
Complementary color
Monochromatic Colors of #E40422
Black with #E40422
Text Example
Text Example
White with #E40422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40422; }
p { color: rgb(228,4,34); }
H1.HeaderClassName
{
color: #E40422;
}
.AnyTagClassName
{
color: #E40422;
}
</style>
background-color css
<style>
a { background-color: #E40422; }
a { background-color: rgb(228,4,34); }
div.DivClassName
{
background-color: #E40422;
}
.BgClassName
{
background-color: #E40422;
}
</style>
border-color css
<style>
span { border-color: #E40422; }
span { border-color: rgb(228,4,34); }
td.TdClassName
{
border-color: #E40422;
}
.TagClassName
{
border-color: #E40422;
}
</style>