Shades of Alizarin #E21F39
Tints of Alizarin #E21F39
RGB
CMYK
RGB Variations
Color information
#E21F39 (or 0xE21F39) is known color: Alizarin. HEX triplet: E2, 1F and 39. RGB value is (226,31,57). Sum of RGB (Red+Green+Blue) = 226+31+57=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21F39 is #1DE0C6. Grayscale: #5C5C5C. Windows color (decimal): -1958087 or 3743714. OLE color: 3743714.
HSL color Cylindrical-coordinate representation of color #E21F39: hue angle of 352º 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 #E21F39 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 57 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.11 |
| HSL | 352º | 0.77% | 0.5% | - |
| HSV(B) | 352º | 0.86% | 0.89% | - |
| XYZ | 32.59 | 17.44 | 5.52 | - |
| YUV | 92.27 | 108.1 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 57 | 0 | 0.86 | 0.75 | 0.11 | 352 | 0.77 | 0.5 |
| Hex | E2 | 1F | 39 | 0 | 56 | 4B | B | 160 | 4D | 32 |
| Octal | 342 | 37 | 71 | 0 | 126 | 113 | 13 | 540 | 115 | 62 |
| Binary | 11100010 | 11111 | 111001 | 0 | 1010110 | 1001011 | 1011 | 101100000 | 1001101 | 110010 |
Color Harmonies of #E21F39
Complementary color
Monochromatic Colors of #E21F39
Black with #E21F39
Text Example
Text Example
White with #E21F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F39; }
p { color: rgb(226,31,57); }
H1.HeaderClassName
{
color: #E21F39;
}
.AnyTagClassName
{
color: #E21F39;
}
</style>
background-color css
<style>
a { background-color: #E21F39; }
a { background-color: rgb(226,31,57); }
div.DivClassName
{
background-color: #E21F39;
}
.BgClassName
{
background-color: #E21F39;
}
</style>
border-color css
<style>
span { border-color: #E21F39; }
span { border-color: rgb(226,31,57); }
td.TdClassName
{
border-color: #E21F39;
}
.TagClassName
{
border-color: #E21F39;
}
</style>