Shades of Alizarin #E21C32
Tints of Alizarin #E21C32
RGB
CMYK
RGB Variations
Color information
#E21C32 (or 0xE21C32) is known color: Alizarin. HEX triplet: E2, 1C and 32. RGB value is (226,28,50). Sum of RGB (Red+Green+Blue) = 226+28+50=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C32 is #1DE3CD. Grayscale: #595959. Windows color (decimal): -1958862 or 3284194. OLE color: 3284194.
HSL color Cylindrical-coordinate representation of color #E21C32: hue angle of 353.33º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C32 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 50 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.11 |
| HSL | 353.33º | 0.78% | 0.5% | - |
| HSV(B) | 353.33º | 0.88% | 0.89% | - |
| XYZ | 32.36 | 17.23 | 4.64 | - |
| YUV | 89.71 | 105.6 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 50 | 0 | 0.88 | 0.78 | 0.11 | 353.33 | 0.78 | 0.5 |
| Hex | E2 | 1C | 32 | 0 | 58 | 4E | B | 161 | 4E | 32 |
| Octal | 342 | 34 | 62 | 0 | 130 | 116 | 13 | 541 | 116 | 62 |
| Binary | 11100010 | 11100 | 110010 | 0 | 1011000 | 1001110 | 1011 | 101100001 | 1001110 | 110010 |
Color Harmonies of #E21C32
Complementary color
Monochromatic Colors of #E21C32
Black with #E21C32
Text Example
Text Example
White with #E21C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C32; }
p { color: rgb(226,28,50); }
H1.HeaderClassName
{
color: #E21C32;
}
.AnyTagClassName
{
color: #E21C32;
}
</style>
background-color css
<style>
a { background-color: #E21C32; }
a { background-color: rgb(226,28,50); }
div.DivClassName
{
background-color: #E21C32;
}
.BgClassName
{
background-color: #E21C32;
}
</style>
border-color css
<style>
span { border-color: #E21C32; }
span { border-color: rgb(226,28,50); }
td.TdClassName
{
border-color: #E21C32;
}
.TagClassName
{
border-color: #E21C32;
}
</style>