Shades of Alizarin #E21C29
Tints of Alizarin #E21C29
RGB
CMYK
RGB Variations
Color information
#E21C29 (or 0xE21C29) is known color: Alizarin. HEX triplet: E2, 1C and 29. RGB value is (226,28,41). Sum of RGB (Red+Green+Blue) = 226+28+41=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C29 is #1DE3D6. Grayscale: #585858. Windows color (decimal): -1958871 or 2694370. OLE color: 2694370.
HSL color Cylindrical-coordinate representation of color #E21C29: hue angle of 356.06º 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 #E21C29 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 41 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.11 |
| HSL | 356.06º | 0.78% | 0.5% | - |
| HSV(B) | 356.06º | 0.88% | 0.89% | - |
| XYZ | 32.18 | 17.16 | 3.71 | - |
| YUV | 88.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 41 | 0 | 0.88 | 0.82 | 0.11 | 356.06 | 0.78 | 0.5 |
| Hex | E2 | 1C | 29 | 0 | 58 | 52 | B | 164 | 4E | 32 |
| Octal | 342 | 34 | 51 | 0 | 130 | 122 | 13 | 544 | 116 | 62 |
| Binary | 11100010 | 11100 | 101001 | 0 | 1011000 | 1010010 | 1011 | 101100100 | 1001110 | 110010 |
Color Harmonies of #E21C29
Complementary color
Monochromatic Colors of #E21C29
Black with #E21C29
Text Example
Text Example
White with #E21C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C29; }
p { color: rgb(226,28,41); }
H1.HeaderClassName
{
color: #E21C29;
}
.AnyTagClassName
{
color: #E21C29;
}
</style>
background-color css
<style>
a { background-color: #E21C29; }
a { background-color: rgb(226,28,41); }
div.DivClassName
{
background-color: #E21C29;
}
.BgClassName
{
background-color: #E21C29;
}
</style>
border-color css
<style>
span { border-color: #E21C29; }
span { border-color: rgb(226,28,41); }
td.TdClassName
{
border-color: #E21C29;
}
.TagClassName
{
border-color: #E21C29;
}
</style>