Shades of Alizarin #E03435
Tints of Alizarin #E03435
RGB
CMYK
RGB Variations
Color information
#E03435 (or 0xE03435) is known color: Alizarin. HEX triplet: E0, 34 and 35. RGB value is (224,52,53). Sum of RGB (Red+Green+Blue) = 224+52+53=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E03435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03435 is #1FCBCA. Grayscale: #676767. Windows color (decimal): -2083787 or 3486944. OLE color: 3486944.
HSL color Cylindrical-coordinate representation of color #E03435: hue angle of 359.65º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03435 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 53 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.12 |
| HSL | 359.65º | 0.74% | 0.54% | - |
| HSV(B) | 359.65º | 0.77% | 0.88% | - |
| XYZ | 32.61 | 18.56 | 5.23 | - |
| YUV | 103.54 | 99.48 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 53 | 0 | 0.77 | 0.76 | 0.12 | 359.65 | 0.74 | 0.54 |
| Hex | E0 | 34 | 35 | 0 | 4D | 4C | C | 168 | 4A | 36 |
| Octal | 340 | 64 | 65 | 0 | 115 | 114 | 14 | 550 | 112 | 66 |
| Binary | 11100000 | 110100 | 110101 | 0 | 1001101 | 1001100 | 1100 | 101101000 | 1001010 | 110110 |
Color Harmonies of #E03435
Complementary color
Monochromatic Colors of #E03435
Black with #E03435
Text Example
Text Example
White with #E03435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03435; }
p { color: rgb(224,52,53); }
H1.HeaderClassName
{
color: #E03435;
}
.AnyTagClassName
{
color: #E03435;
}
</style>
background-color css
<style>
a { background-color: #E03435; }
a { background-color: rgb(224,52,53); }
div.DivClassName
{
background-color: #E03435;
}
.BgClassName
{
background-color: #E03435;
}
</style>
border-color css
<style>
span { border-color: #E03435; }
span { border-color: rgb(224,52,53); }
td.TdClassName
{
border-color: #E03435;
}
.TagClassName
{
border-color: #E03435;
}
</style>