Shades of Alizarin #E5222A
Tints of Alizarin #E5222A
RGB
CMYK
RGB Variations
Color information
#E5222A (or 0xE5222A) is known color: Alizarin. HEX triplet: E5, 22 and 2A. RGB value is (229,34,42). Sum of RGB (Red+Green+Blue) = 229+34+42=305 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.08% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 229 - color contains mainly: red. Hex color #E5222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5222A is #1ADDD5. Grayscale: #5D5D5D. Windows color (decimal): -1760726 or 2761445. OLE color: 2761445.
HSL color Cylindrical-coordinate representation of color #E5222A: hue angle of 357.54º 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 #E5222A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 42 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.10 |
| HSL | 357.54º | 0.79% | 0.52% | - |
| HSV(B) | 357.54º | 0.85% | 0.9% | - |
| XYZ | 33.3 | 17.97 | 3.9 | - |
| YUV | 93.22 | 99.1 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 42 | 0 | 0.85 | 0.82 | 0.10 | 357.54 | 0.79 | 0.52 |
| Hex | E5 | 22 | 2A | 0 | 55 | 52 | A | 166 | 4F | 34 |
| Octal | 345 | 42 | 52 | 0 | 125 | 122 | 12 | 546 | 117 | 64 |
| Binary | 11100101 | 100010 | 101010 | 0 | 1010101 | 1010010 | 1010 | 101100110 | 1001111 | 110100 |
Color Harmonies of #E5222A
Complementary color
Monochromatic Colors of #E5222A
Black with #E5222A
Text Example
Text Example
White with #E5222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5222A; }
p { color: rgb(229,34,42); }
H1.HeaderClassName
{
color: #E5222A;
}
.AnyTagClassName
{
color: #E5222A;
}
</style>
background-color css
<style>
a { background-color: #E5222A; }
a { background-color: rgb(229,34,42); }
div.DivClassName
{
background-color: #E5222A;
}
.BgClassName
{
background-color: #E5222A;
}
</style>
border-color css
<style>
span { border-color: #E5222A; }
span { border-color: rgb(229,34,42); }
td.TdClassName
{
border-color: #E5222A;
}
.TagClassName
{
border-color: #E5222A;
}
</style>