Shades of Alizarin #E21B32
Tints of Alizarin #E21B32
RGB
CMYK
RGB Variations
Color information
#E21B32 (or 0xE21B32) is known color: Alizarin. HEX triplet: E2, 1B and 32. RGB value is (226,27,50). Sum of RGB (Red+Green+Blue) = 226+27+50=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21B32 is #1DE4CD. Grayscale: #595959. Windows color (decimal): -1959118 or 3283938. OLE color: 3283938.
HSL color Cylindrical-coordinate representation of color #E21B32: hue angle of 353.07º degrees, saturation: 0.79, 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 #E21B32 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 50 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.11 |
| HSL | 353.07º | 0.79% | 0.5% | - |
| HSV(B) | 353.07º | 0.88% | 0.89% | - |
| XYZ | 32.33 | 17.18 | 4.63 | - |
| YUV | 89.12 | 105.93 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 50 | 0 | 0.88 | 0.78 | 0.11 | 353.07 | 0.79 | 0.5 |
| Hex | E2 | 1B | 32 | 0 | 58 | 4E | B | 161 | 4F | 32 |
| Octal | 342 | 33 | 62 | 0 | 130 | 116 | 13 | 541 | 117 | 62 |
| Binary | 11100010 | 11011 | 110010 | 0 | 1011000 | 1001110 | 1011 | 101100001 | 1001111 | 110010 |
Color Harmonies of #E21B32
Complementary color
Monochromatic Colors of #E21B32
Black with #E21B32
Text Example
Text Example
White with #E21B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B32; }
p { color: rgb(226,27,50); }
H1.HeaderClassName
{
color: #E21B32;
}
.AnyTagClassName
{
color: #E21B32;
}
</style>
background-color css
<style>
a { background-color: #E21B32; }
a { background-color: rgb(226,27,50); }
div.DivClassName
{
background-color: #E21B32;
}
.BgClassName
{
background-color: #E21B32;
}
</style>
border-color css
<style>
span { border-color: #E21B32; }
span { border-color: rgb(226,27,50); }
td.TdClassName
{
border-color: #E21B32;
}
.TagClassName
{
border-color: #E21B32;
}
</style>