Shades of Alizarin #E21C31
Tints of Alizarin #E21C31
RGB
CMYK
RGB Variations
Color information
#E21C31 (or 0xE21C31) is known color: Alizarin. HEX triplet: E2, 1C and 31. RGB value is (226,28,49). Sum of RGB (Red+Green+Blue) = 226+28+49=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C31 is #1DE3CE. Grayscale: #595959. Windows color (decimal): -1958863 or 3218658. OLE color: 3218658.
HSL color Cylindrical-coordinate representation of color #E21C31: hue angle of 353.64º 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 #E21C31 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 49 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.11 |
| HSL | 353.64º | 0.78% | 0.5% | - |
| HSV(B) | 353.64º | 0.88% | 0.89% | - |
| XYZ | 32.33 | 17.22 | 4.53 | - |
| YUV | 89.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 49 | 0 | 0.88 | 0.78 | 0.11 | 353.64 | 0.78 | 0.5 |
| Hex | E2 | 1C | 31 | 0 | 58 | 4E | B | 162 | 4E | 32 |
| Octal | 342 | 34 | 61 | 0 | 130 | 116 | 13 | 542 | 116 | 62 |
| Binary | 11100010 | 11100 | 110001 | 0 | 1011000 | 1001110 | 1011 | 101100010 | 1001110 | 110010 |
Color Harmonies of #E21C31
Complementary color
Monochromatic Colors of #E21C31
Black with #E21C31
Text Example
Text Example
White with #E21C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C31; }
p { color: rgb(226,28,49); }
H1.HeaderClassName
{
color: #E21C31;
}
.AnyTagClassName
{
color: #E21C31;
}
</style>
background-color css
<style>
a { background-color: #E21C31; }
a { background-color: rgb(226,28,49); }
div.DivClassName
{
background-color: #E21C31;
}
.BgClassName
{
background-color: #E21C31;
}
</style>
border-color css
<style>
span { border-color: #E21C31; }
span { border-color: rgb(226,28,49); }
td.TdClassName
{
border-color: #E21C31;
}
.TagClassName
{
border-color: #E21C31;
}
</style>