Shades of Alizarin #E5232C
Tints of Alizarin #E5232C
RGB
CMYK
RGB Variations
Color information
#E5232C (or 0xE5232C) is known color: Alizarin. HEX triplet: E5, 23 and 2C. RGB value is (229,35,44). Sum of RGB (Red+Green+Blue) = 229+35+44=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5232C is #1ADCD3. Grayscale: #5E5E5E. Windows color (decimal): -1760468 or 2892773. OLE color: 2892773.
HSL color Cylindrical-coordinate representation of color #E5232C: hue angle of 357.22º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5232C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.10 |
| HSL | 357.22º | 0.79% | 0.52% | - |
| HSV(B) | 357.22º | 0.85% | 0.9% | - |
| XYZ | 33.37 | 18.04 | 4.11 | - |
| YUV | 94.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 44 | 0 | 0.85 | 0.81 | 0.10 | 357.22 | 0.79 | 0.52 |
| Hex | E5 | 23 | 2C | 0 | 55 | 51 | A | 165 | 4F | 34 |
| Octal | 345 | 43 | 54 | 0 | 125 | 121 | 12 | 545 | 117 | 64 |
| Binary | 11100101 | 100011 | 101100 | 0 | 1010101 | 1010001 | 1010 | 101100101 | 1001111 | 110100 |
Color Harmonies of #E5232C
Complementary color
Monochromatic Colors of #E5232C
Black with #E5232C
Text Example
Text Example
White with #E5232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5232C; }
p { color: rgb(229,35,44); }
H1.HeaderClassName
{
color: #E5232C;
}
.AnyTagClassName
{
color: #E5232C;
}
</style>
background-color css
<style>
a { background-color: #E5232C; }
a { background-color: rgb(229,35,44); }
div.DivClassName
{
background-color: #E5232C;
}
.BgClassName
{
background-color: #E5232C;
}
</style>
border-color css
<style>
span { border-color: #E5232C; }
span { border-color: rgb(229,35,44); }
td.TdClassName
{
border-color: #E5232C;
}
.TagClassName
{
border-color: #E5232C;
}
</style>