Shades of Alizarin #E21529
Tints of Alizarin #E21529
RGB
CMYK
RGB Variations
Color information
#E21529 (or 0xE21529) is known color: Alizarin. HEX triplet: E2, 15 and 29. RGB value is (226,21,41). Sum of RGB (Red+Green+Blue) = 226+21+41=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E21529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21529 is #1DEAD6. Grayscale: #545454. Windows color (decimal): -1960663 or 2692578. OLE color: 2692578.
HSL color Cylindrical-coordinate representation of color #E21529: hue angle of 354.15º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21529 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 41 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.11 |
| HSL | 354.15º | 0.83% | 0.48% | - |
| HSV(B) | 354.15º | 0.91% | 0.89% | - |
| XYZ | 32.03 | 16.87 | 3.66 | - |
| YUV | 84.58 | 103.42 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 41 | 0 | 0.91 | 0.82 | 0.11 | 354.15 | 0.83 | 0.48 |
| Hex | E2 | 15 | 29 | 0 | 5B | 52 | B | 162 | 53 | 30 |
| Octal | 342 | 25 | 51 | 0 | 133 | 122 | 13 | 542 | 123 | 60 |
| Binary | 11100010 | 10101 | 101001 | 0 | 1011011 | 1010010 | 1011 | 101100010 | 1010011 | 110000 |
Color Harmonies of #E21529
Complementary color
Monochromatic Colors of #E21529
Black with #E21529
Text Example
Text Example
White with #E21529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21529; }
p { color: rgb(226,21,41); }
H1.HeaderClassName
{
color: #E21529;
}
.AnyTagClassName
{
color: #E21529;
}
</style>
background-color css
<style>
a { background-color: #E21529; }
a { background-color: rgb(226,21,41); }
div.DivClassName
{
background-color: #E21529;
}
.BgClassName
{
background-color: #E21529;
}
</style>
border-color css
<style>
span { border-color: #E21529; }
span { border-color: rgb(226,21,41); }
td.TdClassName
{
border-color: #E21529;
}
.TagClassName
{
border-color: #E21529;
}
</style>