Shades of Alizarin #E21E28
Tints of Alizarin #E21E28
RGB
CMYK
RGB Variations
Color information
#E21E28 (or 0xE21E28) is known color: Alizarin. HEX triplet: E2, 1E and 28. RGB value is (226,30,40). Sum of RGB (Red+Green+Blue) = 226+30+40=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E28 is #1DE1D7. Grayscale: #595959. Windows color (decimal): -1958360 or 2629346. OLE color: 2629346.
HSL color Cylindrical-coordinate representation of color #E21E28: hue angle of 356.94º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E28 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 40 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.11 |
| HSL | 356.94º | 0.77% | 0.5% | - |
| HSV(B) | 356.94º | 0.87% | 0.89% | - |
| XYZ | 32.21 | 17.25 | 3.64 | - |
| YUV | 89.74 | 99.93 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 40 | 0 | 0.87 | 0.82 | 0.11 | 356.94 | 0.77 | 0.5 |
| Hex | E2 | 1E | 28 | 0 | 57 | 52 | B | 165 | 4D | 32 |
| Octal | 342 | 36 | 50 | 0 | 127 | 122 | 13 | 545 | 115 | 62 |
| Binary | 11100010 | 11110 | 101000 | 0 | 1010111 | 1010010 | 1011 | 101100101 | 1001101 | 110010 |
Color Harmonies of #E21E28
Complementary color
Monochromatic Colors of #E21E28
Black with #E21E28
Text Example
Text Example
White with #E21E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E28; }
p { color: rgb(226,30,40); }
H1.HeaderClassName
{
color: #E21E28;
}
.AnyTagClassName
{
color: #E21E28;
}
</style>
background-color css
<style>
a { background-color: #E21E28; }
a { background-color: rgb(226,30,40); }
div.DivClassName
{
background-color: #E21E28;
}
.BgClassName
{
background-color: #E21E28;
}
</style>
border-color css
<style>
span { border-color: #E21E28; }
span { border-color: rgb(226,30,40); }
td.TdClassName
{
border-color: #E21E28;
}
.TagClassName
{
border-color: #E21E28;
}
</style>