Shades of Alizarin #E5223D
Tints of Alizarin #E5223D
RGB
CMYK
RGB Variations
Color information
#E5223D (or 0xE5223D) is known color: Alizarin. HEX triplet: E5, 22 and 3D. RGB value is (229,34,61). Sum of RGB (Red+Green+Blue) = 229+34+61=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5223D is #1ADDC2. Grayscale: #5F5F5F. Windows color (decimal): -1760707 or 4006629. OLE color: 4006629.
HSL color Cylindrical-coordinate representation of color #E5223D: hue angle of 351.69º 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 #E5223D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 61 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.10 |
| HSL | 351.69º | 0.79% | 0.52% | - |
| HSV(B) | 351.69º | 0.85% | 0.9% | - |
| XYZ | 33.73 | 18.14 | 6.14 | - |
| YUV | 95.38 | 108.6 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 61 | 0 | 0.85 | 0.73 | 0.10 | 351.69 | 0.79 | 0.52 |
| Hex | E5 | 22 | 3D | 0 | 55 | 49 | A | 160 | 4F | 34 |
| Octal | 345 | 42 | 75 | 0 | 125 | 111 | 12 | 540 | 117 | 64 |
| Binary | 11100101 | 100010 | 111101 | 0 | 1010101 | 1001001 | 1010 | 101100000 | 1001111 | 110100 |
Color Harmonies of #E5223D
Complementary color
Monochromatic Colors of #E5223D
Black with #E5223D
Text Example
Text Example
White with #E5223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5223D; }
p { color: rgb(229,34,61); }
H1.HeaderClassName
{
color: #E5223D;
}
.AnyTagClassName
{
color: #E5223D;
}
</style>
background-color css
<style>
a { background-color: #E5223D; }
a { background-color: rgb(229,34,61); }
div.DivClassName
{
background-color: #E5223D;
}
.BgClassName
{
background-color: #E5223D;
}
</style>
border-color css
<style>
span { border-color: #E5223D; }
span { border-color: rgb(229,34,61); }
td.TdClassName
{
border-color: #E5223D;
}
.TagClassName
{
border-color: #E5223D;
}
</style>