Shades of Alizarin #E41629
Tints of Alizarin #E41629
RGB
CMYK
RGB Variations
Color information
#E41629 (or 0xE41629) is known color: Alizarin. HEX triplet: E4, 16 and 29. RGB value is (228,22,41). Sum of RGB (Red+Green+Blue) = 228+22+41=291 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.35% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 228 - color contains mainly: red. Hex color #E41629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41629 is #1BE9D6. Grayscale: #555555. Windows color (decimal): -1829335 or 2692836. OLE color: 2692836.
HSL color Cylindrical-coordinate representation of color #E41629: hue angle of 354.47º 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 #E41629 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 41 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.11 |
| HSL | 354.47º | 0.82% | 0.49% | - |
| HSV(B) | 354.47º | 0.9% | 0.89% | - |
| XYZ | 32.68 | 17.23 | 3.7 | - |
| YUV | 85.76 | 102.75 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 41 | 0 | 0.90 | 0.82 | 0.11 | 354.47 | 0.82 | 0.49 |
| Hex | E4 | 16 | 29 | 0 | 5A | 52 | B | 162 | 52 | 31 |
| Octal | 344 | 26 | 51 | 0 | 132 | 122 | 13 | 542 | 122 | 61 |
| Binary | 11100100 | 10110 | 101001 | 0 | 1011010 | 1010010 | 1011 | 101100010 | 1010010 | 110001 |
Color Harmonies of #E41629
Complementary color
Monochromatic Colors of #E41629
Black with #E41629
Text Example
Text Example
White with #E41629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41629; }
p { color: rgb(228,22,41); }
H1.HeaderClassName
{
color: #E41629;
}
.AnyTagClassName
{
color: #E41629;
}
</style>
background-color css
<style>
a { background-color: #E41629; }
a { background-color: rgb(228,22,41); }
div.DivClassName
{
background-color: #E41629;
}
.BgClassName
{
background-color: #E41629;
}
</style>
border-color css
<style>
span { border-color: #E41629; }
span { border-color: rgb(228,22,41); }
td.TdClassName
{
border-color: #E41629;
}
.TagClassName
{
border-color: #E41629;
}
</style>