Shades of Alizarin #E53135
Tints of Alizarin #E53135
RGB
CMYK
RGB Variations
Color information
#E53135 (or 0xE53135) is known color: Alizarin. HEX triplet: E5, 31 and 35. RGB value is (229,49,53). Sum of RGB (Red+Green+Blue) = 229+49+53=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E53135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53135 is #1ACECA. Grayscale: #676767. Windows color (decimal): -1756875 or 3486181. OLE color: 3486181.
HSL color Cylindrical-coordinate representation of color #E53135: hue angle of 358.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53135 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 53 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.10 |
| HSL | 358.67º | 0.78% | 0.55% | - |
| HSV(B) | 358.67º | 0.79% | 0.9% | - |
| XYZ | 34.05 | 19.11 | 5.26 | - |
| YUV | 103.28 | 99.63 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 53 | 0 | 0.79 | 0.77 | 0.10 | 358.67 | 0.78 | 0.55 |
| Hex | E5 | 31 | 35 | 0 | 4F | 4D | A | 167 | 4E | 37 |
| Octal | 345 | 61 | 65 | 0 | 117 | 115 | 12 | 547 | 116 | 67 |
| Binary | 11100101 | 110001 | 110101 | 0 | 1001111 | 1001101 | 1010 | 101100111 | 1001110 | 110111 |
Color Harmonies of #E53135
Complementary color
Monochromatic Colors of #E53135
Black with #E53135
Text Example
Text Example
White with #E53135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53135; }
p { color: rgb(229,49,53); }
H1.HeaderClassName
{
color: #E53135;
}
.AnyTagClassName
{
color: #E53135;
}
</style>
background-color css
<style>
a { background-color: #E53135; }
a { background-color: rgb(229,49,53); }
div.DivClassName
{
background-color: #E53135;
}
.BgClassName
{
background-color: #E53135;
}
</style>
border-color css
<style>
span { border-color: #E53135; }
span { border-color: rgb(229,49,53); }
td.TdClassName
{
border-color: #E53135;
}
.TagClassName
{
border-color: #E53135;
}
</style>