Shades of Alizarin #E53B3E
Tints of Alizarin #E53B3E
RGB
CMYK
RGB Variations
Color information
#E53B3E (or 0xE53B3E) is known color: Alizarin. HEX triplet: E5, 3B and 3E. RGB value is (229,59,62). Sum of RGB (Red+Green+Blue) = 229+59+62=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E53B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53B3E is #1AC4C1. Grayscale: #6E6E6E. Windows color (decimal): -1754306 or 4078565. OLE color: 4078565.
HSL color Cylindrical-coordinate representation of color #E53B3E: hue angle of 358.94º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53B3E is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 62 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.10 |
| HSL | 358.94º | 0.77% | 0.56% | - |
| HSV(B) | 358.94º | 0.74% | 0.9% | - |
| XYZ | 34.75 | 20.13 | 6.61 | - |
| YUV | 110.17 | 100.82 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 62 | 0 | 0.74 | 0.73 | 0.10 | 358.94 | 0.77 | 0.56 |
| Hex | E5 | 3B | 3E | 0 | 4A | 49 | A | 167 | 4D | 38 |
| Octal | 345 | 73 | 76 | 0 | 112 | 111 | 12 | 547 | 115 | 70 |
| Binary | 11100101 | 111011 | 111110 | 0 | 1001010 | 1001001 | 1010 | 101100111 | 1001101 | 111000 |
Color Harmonies of #E53B3E
Complementary color
Monochromatic Colors of #E53B3E
Black with #E53B3E
Text Example
Text Example
White with #E53B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53B3E; }
p { color: rgb(229,59,62); }
H1.HeaderClassName
{
color: #E53B3E;
}
.AnyTagClassName
{
color: #E53B3E;
}
</style>
background-color css
<style>
a { background-color: #E53B3E; }
a { background-color: rgb(229,59,62); }
div.DivClassName
{
background-color: #E53B3E;
}
.BgClassName
{
background-color: #E53B3E;
}
</style>
border-color css
<style>
span { border-color: #E53B3E; }
span { border-color: rgb(229,59,62); }
td.TdClassName
{
border-color: #E53B3E;
}
.TagClassName
{
border-color: #E53B3E;
}
</style>