Shades of Alizarin #E42835
Tints of Alizarin #E42835
RGB
CMYK
RGB Variations
Color information
#E42835 (or 0xE42835) is known color: Alizarin. HEX triplet: E4, 28 and 35. RGB value is (228,40,53). Sum of RGB (Red+Green+Blue) = 228+40+53=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E42835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42835 is #1BD7CA. Grayscale: #616161. Windows color (decimal): -1824715 or 3483876. OLE color: 3483876.
HSL color Cylindrical-coordinate representation of color #E42835: hue angle of 355.85º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42835 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 53 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.11 |
| HSL | 355.85º | 0.78% | 0.53% | - |
| HSV(B) | 355.85º | 0.82% | 0.89% | - |
| XYZ | 33.4 | 18.27 | 5.13 | - |
| YUV | 97.69 | 102.78 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 53 | 0 | 0.82 | 0.77 | 0.11 | 355.85 | 0.78 | 0.53 |
| Hex | E4 | 28 | 35 | 0 | 52 | 4D | B | 164 | 4E | 35 |
| Octal | 344 | 50 | 65 | 0 | 122 | 115 | 13 | 544 | 116 | 65 |
| Binary | 11100100 | 101000 | 110101 | 0 | 1010010 | 1001101 | 1011 | 101100100 | 1001110 | 110101 |
Color Harmonies of #E42835
Complementary color
Monochromatic Colors of #E42835
Black with #E42835
Text Example
Text Example
White with #E42835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42835; }
p { color: rgb(228,40,53); }
H1.HeaderClassName
{
color: #E42835;
}
.AnyTagClassName
{
color: #E42835;
}
</style>
background-color css
<style>
a { background-color: #E42835; }
a { background-color: rgb(228,40,53); }
div.DivClassName
{
background-color: #E42835;
}
.BgClassName
{
background-color: #E42835;
}
</style>
border-color css
<style>
span { border-color: #E42835; }
span { border-color: rgb(228,40,53); }
td.TdClassName
{
border-color: #E42835;
}
.TagClassName
{
border-color: #E42835;
}
</style>