Shades of Alizarin #E52634
Tints of Alizarin #E52634
RGB
CMYK
RGB Variations
Color information
#E52634 (or 0xE52634) is known color: Alizarin. HEX triplet: E5, 26 and 34. RGB value is (229,38,52). Sum of RGB (Red+Green+Blue) = 229+38+52=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E52634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52634 is #1AD9CB. Grayscale: #606060. Windows color (decimal): -1759692 or 3417829. OLE color: 3417829.
HSL color Cylindrical-coordinate representation of color #E52634: hue angle of 355.6º 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 #E52634 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 52 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.10 |
| HSL | 355.6º | 0.79% | 0.52% | - |
| HSV(B) | 355.6º | 0.83% | 0.9% | - |
| XYZ | 33.63 | 18.29 | 5.01 | - |
| YUV | 96.71 | 102.78 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 52 | 0 | 0.83 | 0.77 | 0.10 | 355.6 | 0.79 | 0.52 |
| Hex | E5 | 26 | 34 | 0 | 53 | 4D | A | 164 | 4F | 34 |
| Octal | 345 | 46 | 64 | 0 | 123 | 115 | 12 | 544 | 117 | 64 |
| Binary | 11100101 | 100110 | 110100 | 0 | 1010011 | 1001101 | 1010 | 101100100 | 1001111 | 110100 |
Color Harmonies of #E52634
Complementary color
Monochromatic Colors of #E52634
Black with #E52634
Text Example
Text Example
White with #E52634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52634; }
p { color: rgb(229,38,52); }
H1.HeaderClassName
{
color: #E52634;
}
.AnyTagClassName
{
color: #E52634;
}
</style>
background-color css
<style>
a { background-color: #E52634; }
a { background-color: rgb(229,38,52); }
div.DivClassName
{
background-color: #E52634;
}
.BgClassName
{
background-color: #E52634;
}
</style>
border-color css
<style>
span { border-color: #E52634; }
span { border-color: rgb(229,38,52); }
td.TdClassName
{
border-color: #E52634;
}
.TagClassName
{
border-color: #E52634;
}
</style>