Shades of Alizarin #E21F32
Tints of Alizarin #E21F32
RGB
CMYK
RGB Variations
Color information
#E21F32 (or 0xE21F32) is known color: Alizarin. HEX triplet: E2, 1F and 32. RGB value is (226,31,50). Sum of RGB (Red+Green+Blue) = 226+31+50=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21F32 is #1DE0CD. Grayscale: #5B5B5B. Windows color (decimal): -1958094 or 3284962. OLE color: 3284962.
HSL color Cylindrical-coordinate representation of color #E21F32: hue angle of 354.15º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21F32 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 50 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.11 |
| HSL | 354.15º | 0.77% | 0.5% | - |
| HSV(B) | 354.15º | 0.86% | 0.89% | - |
| XYZ | 32.43 | 17.38 | 4.66 | - |
| YUV | 91.47 | 104.6 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 50 | 0 | 0.86 | 0.78 | 0.11 | 354.15 | 0.77 | 0.5 |
| Hex | E2 | 1F | 32 | 0 | 56 | 4E | B | 162 | 4D | 32 |
| Octal | 342 | 37 | 62 | 0 | 126 | 116 | 13 | 542 | 115 | 62 |
| Binary | 11100010 | 11111 | 110010 | 0 | 1010110 | 1001110 | 1011 | 101100010 | 1001101 | 110010 |
Color Harmonies of #E21F32
Complementary color
Monochromatic Colors of #E21F32
Black with #E21F32
Text Example
Text Example
White with #E21F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F32; }
p { color: rgb(226,31,50); }
H1.HeaderClassName
{
color: #E21F32;
}
.AnyTagClassName
{
color: #E21F32;
}
</style>
background-color css
<style>
a { background-color: #E21F32; }
a { background-color: rgb(226,31,50); }
div.DivClassName
{
background-color: #E21F32;
}
.BgClassName
{
background-color: #E21F32;
}
</style>
border-color css
<style>
span { border-color: #E21F32; }
span { border-color: rgb(226,31,50); }
td.TdClassName
{
border-color: #E21F32;
}
.TagClassName
{
border-color: #E21F32;
}
</style>