Shades of Alizarin #E52B2E
Tints of Alizarin #E52B2E
RGB
CMYK
RGB Variations
Color information
#E52B2E (or 0xE52B2E) is known color: Alizarin. HEX triplet: E5, 2B and 2E. RGB value is (229,43,46). Sum of RGB (Red+Green+Blue) = 229+43+46=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B2E is #1AD4D1. Grayscale: #636363. Windows color (decimal): -1758418 or 3025893. OLE color: 3025893.
HSL color Cylindrical-coordinate representation of color #E52B2E: hue angle of 359.03º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52B2E is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 46 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.10 |
| HSL | 359.03º | 0.78% | 0.53% | - |
| HSV(B) | 359.03º | 0.81% | 0.9% | - |
| XYZ | 33.67 | 18.58 | 4.4 | - |
| YUV | 98.96 | 98.12 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 46 | 0 | 0.81 | 0.80 | 0.10 | 359.03 | 0.78 | 0.53 |
| Hex | E5 | 2B | 2E | 0 | 51 | 50 | A | 167 | 4E | 35 |
| Octal | 345 | 53 | 56 | 0 | 121 | 120 | 12 | 547 | 116 | 65 |
| Binary | 11100101 | 101011 | 101110 | 0 | 1010001 | 1010000 | 1010 | 101100111 | 1001110 | 110101 |
Color Harmonies of #E52B2E
Complementary color
Monochromatic Colors of #E52B2E
Black with #E52B2E
Text Example
Text Example
White with #E52B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B2E; }
p { color: rgb(229,43,46); }
H1.HeaderClassName
{
color: #E52B2E;
}
.AnyTagClassName
{
color: #E52B2E;
}
</style>
background-color css
<style>
a { background-color: #E52B2E; }
a { background-color: rgb(229,43,46); }
div.DivClassName
{
background-color: #E52B2E;
}
.BgClassName
{
background-color: #E52B2E;
}
</style>
border-color css
<style>
span { border-color: #E52B2E; }
span { border-color: rgb(229,43,46); }
td.TdClassName
{
border-color: #E52B2E;
}
.TagClassName
{
border-color: #E52B2E;
}
</style>