Shades of Alizarin #E21932
Tints of Alizarin #E21932
RGB
CMYK
RGB Variations
Color information
#E21932 (or 0xE21932) is known color: Alizarin. HEX triplet: E2, 19 and 32. RGB value is (226,25,50). Sum of RGB (Red+Green+Blue) = 226+25+50=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E21932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21932 is #1DE6CD. Grayscale: #585858. Windows color (decimal): -1959630 or 3283426. OLE color: 3283426.
HSL color Cylindrical-coordinate representation of color #E21932: hue angle of 352.54º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21932 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 50 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.11 |
| HSL | 352.54º | 0.8% | 0.49% | - |
| HSV(B) | 352.54º | 0.89% | 0.89% | - |
| XYZ | 32.29 | 17.09 | 4.62 | - |
| YUV | 87.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 50 | 0 | 0.89 | 0.78 | 0.11 | 352.54 | 0.8 | 0.49 |
| Hex | E2 | 19 | 32 | 0 | 59 | 4E | B | 161 | 50 | 31 |
| Octal | 342 | 31 | 62 | 0 | 131 | 116 | 13 | 541 | 120 | 61 |
| Binary | 11100010 | 11001 | 110010 | 0 | 1011001 | 1001110 | 1011 | 101100001 | 1010000 | 110001 |
Color Harmonies of #E21932
Complementary color
Monochromatic Colors of #E21932
Black with #E21932
Text Example
Text Example
White with #E21932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21932; }
p { color: rgb(226,25,50); }
H1.HeaderClassName
{
color: #E21932;
}
.AnyTagClassName
{
color: #E21932;
}
</style>
background-color css
<style>
a { background-color: #E21932; }
a { background-color: rgb(226,25,50); }
div.DivClassName
{
background-color: #E21932;
}
.BgClassName
{
background-color: #E21932;
}
</style>
border-color css
<style>
span { border-color: #E21932; }
span { border-color: rgb(226,25,50); }
td.TdClassName
{
border-color: #E21932;
}
.TagClassName
{
border-color: #E21932;
}
</style>