Shades of Fire Engine Red #E40322
Tints of Fire Engine Red #E40322
RGB
CMYK
RGB Variations
Color information
#E40322 (or 0xE40322) is known color: Fire Engine Red. HEX triplet: E4, 03 and 22. RGB value is (228,3,34). Sum of RGB (Red+Green+Blue) = 228+3+34=265 (35% of max value = 765). Red value is 228 (89.45% from 255 or 86.04% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 228 - color contains mainly: red. Hex color #E40322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40322 is #1BFCDD. Grayscale: #494949. Windows color (decimal): -1834206 or 2229220. OLE color: 2229220.
HSL color Cylindrical-coordinate representation of color #E40322: hue angle of 351.73º degrees, saturation: 0.97, 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 #E40322 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 34 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.11 |
| HSL | 351.73º | 0.97% | 0.45% | - |
| HSV(B) | 351.73º | 0.99% | 0.89% | - |
| XYZ | 32.32 | 16.67 | 3.03 | - |
| YUV | 73.81 | 105.54 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 34 | 0 | 0.99 | 0.85 | 0.11 | 351.73 | 0.97 | 0.45 |
| Hex | E4 | 3 | 22 | 0 | 63 | 55 | B | 160 | 61 | 2D |
| Octal | 344 | 3 | 42 | 0 | 143 | 125 | 13 | 540 | 141 | 55 |
| Binary | 11100100 | 11 | 100010 | 0 | 1100011 | 1010101 | 1011 | 101100000 | 1100001 | 101101 |
Color Harmonies of #E40322
Complementary color
Monochromatic Colors of #E40322
Black with #E40322
Text Example
Text Example
White with #E40322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40322; }
p { color: rgb(228,3,34); }
H1.HeaderClassName
{
color: #E40322;
}
.AnyTagClassName
{
color: #E40322;
}
</style>
background-color css
<style>
a { background-color: #E40322; }
a { background-color: rgb(228,3,34); }
div.DivClassName
{
background-color: #E40322;
}
.BgClassName
{
background-color: #E40322;
}
</style>
border-color css
<style>
span { border-color: #E40322; }
span { border-color: rgb(228,3,34); }
td.TdClassName
{
border-color: #E40322;
}
.TagClassName
{
border-color: #E40322;
}
</style>