Shades of Alizarin #E22935
Tints of Alizarin #E22935
RGB
CMYK
RGB Variations
Color information
#E22935 (or 0xE22935) is known color: Alizarin. HEX triplet: E2, 29 and 35. RGB value is (226,41,53). Sum of RGB (Red+Green+Blue) = 226+41+53=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E22935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22935 is #1DD6CA. Grayscale: #616161. Windows color (decimal): -1955531 or 3484130. OLE color: 3484130.
HSL color Cylindrical-coordinate representation of color #E22935: hue angle of 356.11º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22935 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 53 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.11 |
| HSL | 356.11º | 0.76% | 0.52% | - |
| HSV(B) | 356.11º | 0.82% | 0.89% | - |
| XYZ | 32.8 | 18.01 | 5.12 | - |
| YUV | 97.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 53 | 0 | 0.82 | 0.77 | 0.11 | 356.11 | 0.76 | 0.52 |
| Hex | E2 | 29 | 35 | 0 | 52 | 4D | B | 164 | 4C | 34 |
| Octal | 342 | 51 | 65 | 0 | 122 | 115 | 13 | 544 | 114 | 64 |
| Binary | 11100010 | 101001 | 110101 | 0 | 1010010 | 1001101 | 1011 | 101100100 | 1001100 | 110100 |
Color Harmonies of #E22935
Complementary color
Monochromatic Colors of #E22935
Black with #E22935
Text Example
Text Example
White with #E22935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22935; }
p { color: rgb(226,41,53); }
H1.HeaderClassName
{
color: #E22935;
}
.AnyTagClassName
{
color: #E22935;
}
</style>
background-color css
<style>
a { background-color: #E22935; }
a { background-color: rgb(226,41,53); }
div.DivClassName
{
background-color: #E22935;
}
.BgClassName
{
background-color: #E22935;
}
</style>
border-color css
<style>
span { border-color: #E22935; }
span { border-color: rgb(226,41,53); }
td.TdClassName
{
border-color: #E22935;
}
.TagClassName
{
border-color: #E22935;
}
</style>