Shades of Alizarin #E21E2E
Tints of Alizarin #E21E2E
RGB
CMYK
RGB Variations
Color information
#E21E2E (or 0xE21E2E) is known color: Alizarin. HEX triplet: E2, 1E and 2E. RGB value is (226,30,46). Sum of RGB (Red+Green+Blue) = 226+30+46=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E2E is #1DE1D1. Grayscale: #5A5A5A. Windows color (decimal): -1958354 or 3022562. OLE color: 3022562.
HSL color Cylindrical-coordinate representation of color #E21E2E: hue angle of 355.1º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E2E is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 46 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.11 |
| HSL | 355.1º | 0.77% | 0.5% | - |
| HSV(B) | 355.1º | 0.87% | 0.89% | - |
| XYZ | 32.32 | 17.29 | 4.22 | - |
| YUV | 90.43 | 102.93 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 46 | 0 | 0.87 | 0.80 | 0.11 | 355.1 | 0.77 | 0.5 |
| Hex | E2 | 1E | 2E | 0 | 57 | 50 | B | 163 | 4D | 32 |
| Octal | 342 | 36 | 56 | 0 | 127 | 120 | 13 | 543 | 115 | 62 |
| Binary | 11100010 | 11110 | 101110 | 0 | 1010111 | 1010000 | 1011 | 101100011 | 1001101 | 110010 |
Color Harmonies of #E21E2E
Complementary color
Monochromatic Colors of #E21E2E
Black with #E21E2E
Text Example
Text Example
White with #E21E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E2E; }
p { color: rgb(226,30,46); }
H1.HeaderClassName
{
color: #E21E2E;
}
.AnyTagClassName
{
color: #E21E2E;
}
</style>
background-color css
<style>
a { background-color: #E21E2E; }
a { background-color: rgb(226,30,46); }
div.DivClassName
{
background-color: #E21E2E;
}
.BgClassName
{
background-color: #E21E2E;
}
</style>
border-color css
<style>
span { border-color: #E21E2E; }
span { border-color: rgb(226,30,46); }
td.TdClassName
{
border-color: #E21E2E;
}
.TagClassName
{
border-color: #E21E2E;
}
</style>