Shades of Fire Engine Red #E41622
Tints of Fire Engine Red #E41622
RGB
CMYK
RGB Variations
Color information
#E41622 (or 0xE41622) is known color: Fire Engine Red. HEX triplet: E4, 16 and 22. RGB value is (228,22,34). Sum of RGB (Red+Green+Blue) = 228+22+34=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E41622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41622 is #1BE9DD. Grayscale: #555555. Windows color (decimal): -1829342 or 2234084. OLE color: 2234084.
HSL color Cylindrical-coordinate representation of color #E41622: hue angle of 356.5º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41622 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 34 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.11 |
| HSL | 356.5º | 0.82% | 0.49% | - |
| HSV(B) | 356.5º | 0.9% | 0.89% | - |
| XYZ | 32.57 | 17.18 | 3.11 | - |
| YUV | 84.96 | 99.25 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 34 | 0 | 0.90 | 0.85 | 0.11 | 356.5 | 0.82 | 0.49 |
| Hex | E4 | 16 | 22 | 0 | 5A | 55 | B | 165 | 52 | 31 |
| Octal | 344 | 26 | 42 | 0 | 132 | 125 | 13 | 545 | 122 | 61 |
| Binary | 11100100 | 10110 | 100010 | 0 | 1011010 | 1010101 | 1011 | 101100101 | 1010010 | 110001 |
Color Harmonies of #E41622
Complementary color
Monochromatic Colors of #E41622
Black with #E41622
Text Example
Text Example
White with #E41622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41622; }
p { color: rgb(228,22,34); }
H1.HeaderClassName
{
color: #E41622;
}
.AnyTagClassName
{
color: #E41622;
}
</style>
background-color css
<style>
a { background-color: #E41622; }
a { background-color: rgb(228,22,34); }
div.DivClassName
{
background-color: #E41622;
}
.BgClassName
{
background-color: #E41622;
}
</style>
border-color css
<style>
span { border-color: #E41622; }
span { border-color: rgb(228,22,34); }
td.TdClassName
{
border-color: #E41622;
}
.TagClassName
{
border-color: #E41622;
}
</style>