Shades of Alizarin #E5222D
Tints of Alizarin #E5222D
RGB
CMYK
RGB Variations
Color information
#E5222D (or 0xE5222D) is known color: Alizarin. HEX triplet: E5, 22 and 2D. RGB value is (229,34,45). Sum of RGB (Red+Green+Blue) = 229+34+45=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5222D is #1ADDD2. Grayscale: #5D5D5D. Windows color (decimal): -1760723 or 2958053. OLE color: 2958053.
HSL color Cylindrical-coordinate representation of color #E5222D: hue angle of 356.62º 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 #E5222D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 45 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.10 |
| HSL | 356.62º | 0.79% | 0.52% | - |
| HSV(B) | 356.62º | 0.85% | 0.9% | - |
| XYZ | 33.36 | 17.99 | 4.2 | - |
| YUV | 93.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 45 | 0 | 0.85 | 0.80 | 0.10 | 356.62 | 0.79 | 0.52 |
| Hex | E5 | 22 | 2D | 0 | 55 | 50 | A | 165 | 4F | 34 |
| Octal | 345 | 42 | 55 | 0 | 125 | 120 | 12 | 545 | 117 | 64 |
| Binary | 11100101 | 100010 | 101101 | 0 | 1010101 | 1010000 | 1010 | 101100101 | 1001111 | 110100 |
Color Harmonies of #E5222D
Complementary color
Monochromatic Colors of #E5222D
Black with #E5222D
Text Example
Text Example
White with #E5222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5222D; }
p { color: rgb(229,34,45); }
H1.HeaderClassName
{
color: #E5222D;
}
.AnyTagClassName
{
color: #E5222D;
}
</style>
background-color css
<style>
a { background-color: #E5222D; }
a { background-color: rgb(229,34,45); }
div.DivClassName
{
background-color: #E5222D;
}
.BgClassName
{
background-color: #E5222D;
}
</style>
border-color css
<style>
span { border-color: #E5222D; }
span { border-color: rgb(229,34,45); }
td.TdClassName
{
border-color: #E5222D;
}
.TagClassName
{
border-color: #E5222D;
}
</style>