Shades of Alizarin #E21A29
Tints of Alizarin #E21A29
RGB
CMYK
RGB Variations
Color information
#E21A29 (or 0xE21A29) is known color: Alizarin. HEX triplet: E2, 1A and 29. RGB value is (226,26,41). Sum of RGB (Red+Green+Blue) = 226+26+41=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A29 is #1DE5D6. Grayscale: #575757. Windows color (decimal): -1959383 or 2693858. OLE color: 2693858.
HSL color Cylindrical-coordinate representation of color #E21A29: hue angle of 355.5º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A29 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 41 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.11 |
| HSL | 355.5º | 0.79% | 0.49% | - |
| HSV(B) | 355.5º | 0.88% | 0.89% | - |
| XYZ | 32.13 | 17.07 | 3.7 | - |
| YUV | 87.51 | 101.76 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 41 | 0 | 0.88 | 0.82 | 0.11 | 355.5 | 0.79 | 0.49 |
| Hex | E2 | 1A | 29 | 0 | 58 | 52 | B | 164 | 4F | 31 |
| Octal | 342 | 32 | 51 | 0 | 130 | 122 | 13 | 544 | 117 | 61 |
| Binary | 11100010 | 11010 | 101001 | 0 | 1011000 | 1010010 | 1011 | 101100100 | 1001111 | 110001 |
Color Harmonies of #E21A29
Complementary color
Monochromatic Colors of #E21A29
Black with #E21A29
Text Example
Text Example
White with #E21A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A29; }
p { color: rgb(226,26,41); }
H1.HeaderClassName
{
color: #E21A29;
}
.AnyTagClassName
{
color: #E21A29;
}
</style>
background-color css
<style>
a { background-color: #E21A29; }
a { background-color: rgb(226,26,41); }
div.DivClassName
{
background-color: #E21A29;
}
.BgClassName
{
background-color: #E21A29;
}
</style>
border-color css
<style>
span { border-color: #E21A29; }
span { border-color: rgb(226,26,41); }
td.TdClassName
{
border-color: #E21A29;
}
.TagClassName
{
border-color: #E21A29;
}
</style>