Shades of Alizarin #E52629
Tints of Alizarin #E52629
RGB
CMYK
RGB Variations
Color information
#E52629 (or 0xE52629) is known color: Alizarin. HEX triplet: E5, 26 and 29. RGB value is (229,38,41). Sum of RGB (Red+Green+Blue) = 229+38+41=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E52629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52629 is #1AD9D6. Grayscale: #5F5F5F. Windows color (decimal): -1759703 or 2696933. OLE color: 2696933.
HSL color Cylindrical-coordinate representation of color #E52629: hue angle of 359.06º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52629 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 41 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.10 |
| HSL | 359.06º | 0.79% | 0.52% | - |
| HSV(B) | 359.06º | 0.83% | 0.9% | - |
| XYZ | 33.41 | 18.2 | 3.85 | - |
| YUV | 95.45 | 97.28 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 41 | 0 | 0.83 | 0.82 | 0.10 | 359.06 | 0.79 | 0.52 |
| Hex | E5 | 26 | 29 | 0 | 53 | 52 | A | 167 | 4F | 34 |
| Octal | 345 | 46 | 51 | 0 | 123 | 122 | 12 | 547 | 117 | 64 |
| Binary | 11100101 | 100110 | 101001 | 0 | 1010011 | 1010010 | 1010 | 101100111 | 1001111 | 110100 |
Color Harmonies of #E52629
Complementary color
Monochromatic Colors of #E52629
Black with #E52629
Text Example
Text Example
White with #E52629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52629; }
p { color: rgb(229,38,41); }
H1.HeaderClassName
{
color: #E52629;
}
.AnyTagClassName
{
color: #E52629;
}
</style>
background-color css
<style>
a { background-color: #E52629; }
a { background-color: rgb(229,38,41); }
div.DivClassName
{
background-color: #E52629;
}
.BgClassName
{
background-color: #E52629;
}
</style>
border-color css
<style>
span { border-color: #E52629; }
span { border-color: rgb(229,38,41); }
td.TdClassName
{
border-color: #E52629;
}
.TagClassName
{
border-color: #E52629;
}
</style>