Shades of Alizarin #E21E2A
Tints of Alizarin #E21E2A
RGB
CMYK
RGB Variations
Color information
#E21E2A (or 0xE21E2A) is known color: Alizarin. HEX triplet: E2, 1E and 2A. RGB value is (226,30,42). Sum of RGB (Red+Green+Blue) = 226+30+42=298 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.84% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E2A is #1DE1D5. Grayscale: #5A5A5A. Windows color (decimal): -1958358 or 2760418. OLE color: 2760418.
HSL color Cylindrical-coordinate representation of color #E21E2A: hue angle of 356.33º 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 #E21E2A is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 42 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.11 |
| HSL | 356.33º | 0.77% | 0.5% | - |
| HSV(B) | 356.33º | 0.87% | 0.89% | - |
| XYZ | 32.25 | 17.26 | 3.82 | - |
| YUV | 89.97 | 100.93 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 42 | 0 | 0.87 | 0.81 | 0.11 | 356.33 | 0.77 | 0.5 |
| Hex | E2 | 1E | 2A | 0 | 57 | 51 | B | 164 | 4D | 32 |
| Octal | 342 | 36 | 52 | 0 | 127 | 121 | 13 | 544 | 115 | 62 |
| Binary | 11100010 | 11110 | 101010 | 0 | 1010111 | 1010001 | 1011 | 101100100 | 1001101 | 110010 |
Color Harmonies of #E21E2A
Complementary color
Monochromatic Colors of #E21E2A
Black with #E21E2A
Text Example
Text Example
White with #E21E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E2A; }
p { color: rgb(226,30,42); }
H1.HeaderClassName
{
color: #E21E2A;
}
.AnyTagClassName
{
color: #E21E2A;
}
</style>
background-color css
<style>
a { background-color: #E21E2A; }
a { background-color: rgb(226,30,42); }
div.DivClassName
{
background-color: #E21E2A;
}
.BgClassName
{
background-color: #E21E2A;
}
</style>
border-color css
<style>
span { border-color: #E21E2A; }
span { border-color: rgb(226,30,42); }
td.TdClassName
{
border-color: #E21E2A;
}
.TagClassName
{
border-color: #E21E2A;
}
</style>