Shades of Alizarin #E21E24
Tints of Alizarin #E21E24
RGB
CMYK
RGB Variations
Color information
#E21E24 (or 0xE21E24) is known color: Alizarin. HEX triplet: E2, 1E and 24. RGB value is (226,30,36). Sum of RGB (Red+Green+Blue) = 226+30+36=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E24 is #1DE1DB. Grayscale: #595959. Windows color (decimal): -1958364 or 2367202. OLE color: 2367202.
HSL color Cylindrical-coordinate representation of color #E21E24: hue angle of 358.16º 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 #E21E24 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 36 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.11 |
| HSL | 358.16º | 0.77% | 0.5% | - |
| HSV(B) | 358.16º | 0.87% | 0.89% | - |
| XYZ | 32.15 | 17.22 | 3.3 | - |
| YUV | 89.29 | 97.93 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 36 | 0 | 0.87 | 0.84 | 0.11 | 358.16 | 0.77 | 0.5 |
| Hex | E2 | 1E | 24 | 0 | 57 | 54 | B | 166 | 4D | 32 |
| Octal | 342 | 36 | 44 | 0 | 127 | 124 | 13 | 546 | 115 | 62 |
| Binary | 11100010 | 11110 | 100100 | 0 | 1010111 | 1010100 | 1011 | 101100110 | 1001101 | 110010 |
Color Harmonies of #E21E24
Complementary color
Monochromatic Colors of #E21E24
Black with #E21E24
Text Example
Text Example
White with #E21E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E24; }
p { color: rgb(226,30,36); }
H1.HeaderClassName
{
color: #E21E24;
}
.AnyTagClassName
{
color: #E21E24;
}
</style>
background-color css
<style>
a { background-color: #E21E24; }
a { background-color: rgb(226,30,36); }
div.DivClassName
{
background-color: #E21E24;
}
.BgClassName
{
background-color: #E21E24;
}
</style>
border-color css
<style>
span { border-color: #E21E24; }
span { border-color: rgb(226,30,36); }
td.TdClassName
{
border-color: #E21E24;
}
.TagClassName
{
border-color: #E21E24;
}
</style>