Shades of Alizarin #E52B2D
Tints of Alizarin #E52B2D
RGB
CMYK
RGB Variations
Color information
#E52B2D (or 0xE52B2D) is known color: Alizarin. HEX triplet: E5, 2B and 2D. RGB value is (229,43,45). Sum of RGB (Red+Green+Blue) = 229+43+45=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B2D is #1AD4D2. Grayscale: #636363. Windows color (decimal): -1758419 or 2960357. OLE color: 2960357.
HSL color Cylindrical-coordinate representation of color #E52B2D: hue angle of 359.35º 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 #E52B2D is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 45 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.10 |
| HSL | 359.35º | 0.78% | 0.53% | - |
| HSV(B) | 359.35º | 0.81% | 0.9% | - |
| XYZ | 33.65 | 18.58 | 4.29 | - |
| YUV | 98.84 | 97.62 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 45 | 0 | 0.81 | 0.80 | 0.10 | 359.35 | 0.78 | 0.53 |
| Hex | E5 | 2B | 2D | 0 | 51 | 50 | A | 167 | 4E | 35 |
| Octal | 345 | 53 | 55 | 0 | 121 | 120 | 12 | 547 | 116 | 65 |
| Binary | 11100101 | 101011 | 101101 | 0 | 1010001 | 1010000 | 1010 | 101100111 | 1001110 | 110101 |
Color Harmonies of #E52B2D
Complementary color
Monochromatic Colors of #E52B2D
Black with #E52B2D
Text Example
Text Example
White with #E52B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B2D; }
p { color: rgb(229,43,45); }
H1.HeaderClassName
{
color: #E52B2D;
}
.AnyTagClassName
{
color: #E52B2D;
}
</style>
background-color css
<style>
a { background-color: #E52B2D; }
a { background-color: rgb(229,43,45); }
div.DivClassName
{
background-color: #E52B2D;
}
.BgClassName
{
background-color: #E52B2D;
}
</style>
border-color css
<style>
span { border-color: #E52B2D; }
span { border-color: rgb(229,43,45); }
td.TdClassName
{
border-color: #E52B2D;
}
.TagClassName
{
border-color: #E52B2D;
}
</style>