Shades of Fire Engine Red #E21622
Tints of Fire Engine Red #E21622
RGB
CMYK
RGB Variations
Color information
#E21622 (or 0xE21622) is known color: Fire Engine Red. HEX triplet: E2, 16 and 22. RGB value is (226,22,34). Sum of RGB (Red+Green+Blue) = 226+22+34=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E21622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21622 is #1DE9DD. Grayscale: #545454. Windows color (decimal): -1960414 or 2234082. OLE color: 2234082.
HSL color Cylindrical-coordinate representation of color #E21622: hue angle of 356.47º 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 #E21622 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 34 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.11 |
| HSL | 356.47º | 0.82% | 0.49% | - |
| HSV(B) | 356.47º | 0.9% | 0.89% | - |
| XYZ | 31.94 | 16.86 | 3.08 | - |
| YUV | 84.36 | 99.59 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 34 | 0 | 0.90 | 0.85 | 0.11 | 356.47 | 0.82 | 0.49 |
| Hex | E2 | 16 | 22 | 0 | 5A | 55 | B | 164 | 52 | 31 |
| Octal | 342 | 26 | 42 | 0 | 132 | 125 | 13 | 544 | 122 | 61 |
| Binary | 11100010 | 10110 | 100010 | 0 | 1011010 | 1010101 | 1011 | 101100100 | 1010010 | 110001 |
Color Harmonies of #E21622
Complementary color
Monochromatic Colors of #E21622
Black with #E21622
Text Example
Text Example
White with #E21622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21622; }
p { color: rgb(226,22,34); }
H1.HeaderClassName
{
color: #E21622;
}
.AnyTagClassName
{
color: #E21622;
}
</style>
background-color css
<style>
a { background-color: #E21622; }
a { background-color: rgb(226,22,34); }
div.DivClassName
{
background-color: #E21622;
}
.BgClassName
{
background-color: #E21622;
}
</style>
border-color css
<style>
span { border-color: #E21622; }
span { border-color: rgb(226,22,34); }
td.TdClassName
{
border-color: #E21622;
}
.TagClassName
{
border-color: #E21622;
}
</style>