Shades of Alizarin #E21728
Tints of Alizarin #E21728
RGB
CMYK
RGB Variations
Color information
#E21728 (or 0xE21728) is known color: Alizarin. HEX triplet: E2, 17 and 28. RGB value is (226,23,40). Sum of RGB (Red+Green+Blue) = 226+23+40=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E21728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21728 is #1DE8D7. Grayscale: #555555. Windows color (decimal): -1960152 or 2627554. OLE color: 2627554.
HSL color Cylindrical-coordinate representation of color #E21728: hue angle of 354.98º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21728 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 40 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.11 |
| HSL | 354.98º | 0.82% | 0.49% | - |
| HSV(B) | 354.98º | 0.9% | 0.89% | - |
| XYZ | 32.05 | 16.93 | 3.59 | - |
| YUV | 85.64 | 102.25 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 40 | 0 | 0.90 | 0.82 | 0.11 | 354.98 | 0.82 | 0.49 |
| Hex | E2 | 17 | 28 | 0 | 5A | 52 | B | 163 | 52 | 31 |
| Octal | 342 | 27 | 50 | 0 | 132 | 122 | 13 | 543 | 122 | 61 |
| Binary | 11100010 | 10111 | 101000 | 0 | 1011010 | 1010010 | 1011 | 101100011 | 1010010 | 110001 |
Color Harmonies of #E21728
Complementary color
Monochromatic Colors of #E21728
Black with #E21728
Text Example
Text Example
White with #E21728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21728; }
p { color: rgb(226,23,40); }
H1.HeaderClassName
{
color: #E21728;
}
.AnyTagClassName
{
color: #E21728;
}
</style>
background-color css
<style>
a { background-color: #E21728; }
a { background-color: rgb(226,23,40); }
div.DivClassName
{
background-color: #E21728;
}
.BgClassName
{
background-color: #E21728;
}
</style>
border-color css
<style>
span { border-color: #E21728; }
span { border-color: rgb(226,23,40); }
td.TdClassName
{
border-color: #E21728;
}
.TagClassName
{
border-color: #E21728;
}
</style>