Shades of Alizarin #E32835
Tints of Alizarin #E32835
RGB
CMYK
RGB Variations
Color information
#E32835 (or 0xE32835) is known color: Alizarin. HEX triplet: E3, 28 and 35. RGB value is (227,40,53). Sum of RGB (Red+Green+Blue) = 227+40+53=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E32835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32835 is #1CD7CA. Grayscale: #616161. Windows color (decimal): -1890251 or 3483875. OLE color: 3483875.
HSL color Cylindrical-coordinate representation of color #E32835: hue angle of 355.83º degrees, saturation: 0.77, 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 #E32835 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 53 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.11 |
| HSL | 355.83º | 0.77% | 0.52% | - |
| HSV(B) | 355.83º | 0.82% | 0.89% | - |
| XYZ | 33.08 | 18.11 | 5.12 | - |
| YUV | 97.4 | 102.95 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 53 | 0 | 0.82 | 0.77 | 0.11 | 355.83 | 0.77 | 0.52 |
| Hex | E3 | 28 | 35 | 0 | 52 | 4D | B | 164 | 4D | 34 |
| Octal | 343 | 50 | 65 | 0 | 122 | 115 | 13 | 544 | 115 | 64 |
| Binary | 11100011 | 101000 | 110101 | 0 | 1010010 | 1001101 | 1011 | 101100100 | 1001101 | 110100 |
Color Harmonies of #E32835
Complementary color
Monochromatic Colors of #E32835
Black with #E32835
Text Example
Text Example
White with #E32835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32835; }
p { color: rgb(227,40,53); }
H1.HeaderClassName
{
color: #E32835;
}
.AnyTagClassName
{
color: #E32835;
}
</style>
background-color css
<style>
a { background-color: #E32835; }
a { background-color: rgb(227,40,53); }
div.DivClassName
{
background-color: #E32835;
}
.BgClassName
{
background-color: #E32835;
}
</style>
border-color css
<style>
span { border-color: #E32835; }
span { border-color: rgb(227,40,53); }
td.TdClassName
{
border-color: #E32835;
}
.TagClassName
{
border-color: #E32835;
}
</style>