Shades of Alizarin #E21D28
Tints of Alizarin #E21D28
RGB
CMYK
RGB Variations
Color information
#E21D28 (or 0xE21D28) is known color: Alizarin. HEX triplet: E2, 1D and 28. RGB value is (226,29,40). Sum of RGB (Red+Green+Blue) = 226+29+40=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D28 is #1DE2D7. Grayscale: #595959. Windows color (decimal): -1958616 or 2629090. OLE color: 2629090.
HSL color Cylindrical-coordinate representation of color #E21D28: hue angle of 356.65º 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 #E21D28 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 40 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.11 |
| HSL | 356.65º | 0.77% | 0.5% | - |
| HSV(B) | 356.65º | 0.87% | 0.89% | - |
| XYZ | 32.19 | 17.2 | 3.63 | - |
| YUV | 89.16 | 100.27 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 40 | 0 | 0.87 | 0.82 | 0.11 | 356.65 | 0.77 | 0.5 |
| Hex | E2 | 1D | 28 | 0 | 57 | 52 | B | 165 | 4D | 32 |
| Octal | 342 | 35 | 50 | 0 | 127 | 122 | 13 | 545 | 115 | 62 |
| Binary | 11100010 | 11101 | 101000 | 0 | 1010111 | 1010010 | 1011 | 101100101 | 1001101 | 110010 |
Color Harmonies of #E21D28
Complementary color
Monochromatic Colors of #E21D28
Black with #E21D28
Text Example
Text Example
White with #E21D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21D28; }
p { color: rgb(226,29,40); }
H1.HeaderClassName
{
color: #E21D28;
}
.AnyTagClassName
{
color: #E21D28;
}
</style>
background-color css
<style>
a { background-color: #E21D28; }
a { background-color: rgb(226,29,40); }
div.DivClassName
{
background-color: #E21D28;
}
.BgClassName
{
background-color: #E21D28;
}
</style>
border-color css
<style>
span { border-color: #E21D28; }
span { border-color: rgb(226,29,40); }
td.TdClassName
{
border-color: #E21D28;
}
.TagClassName
{
border-color: #E21D28;
}
</style>