Shades of Alizarin #E52A2B
Tints of Alizarin #E52A2B
RGB
CMYK
RGB Variations
Color information
#E52A2B (or 0xE52A2B) is known color: Alizarin. HEX triplet: E5, 2A and 2B. RGB value is (229,42,43). Sum of RGB (Red+Green+Blue) = 229+42+43=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A2B is #1AD5D4. Grayscale: #626262. Windows color (decimal): -1758677 or 2829029. OLE color: 2829029.
HSL color Cylindrical-coordinate representation of color #E52A2B: hue angle of 359.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52A2B is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 43 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.10 |
| HSL | 359.68º | 0.78% | 0.53% | - |
| HSV(B) | 359.68º | 0.82% | 0.9% | - |
| XYZ | 33.58 | 18.49 | 4.08 | - |
| YUV | 98.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 43 | 0 | 0.82 | 0.81 | 0.10 | 359.68 | 0.78 | 0.53 |
| Hex | E5 | 2A | 2B | 0 | 52 | 51 | A | 168 | 4E | 35 |
| Octal | 345 | 52 | 53 | 0 | 122 | 121 | 12 | 550 | 116 | 65 |
| Binary | 11100101 | 101010 | 101011 | 0 | 1010010 | 1010001 | 1010 | 101101000 | 1001110 | 110101 |
Color Harmonies of #E52A2B
Complementary color
Monochromatic Colors of #E52A2B
Black with #E52A2B
Text Example
Text Example
White with #E52A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A2B; }
p { color: rgb(229,42,43); }
H1.HeaderClassName
{
color: #E52A2B;
}
.AnyTagClassName
{
color: #E52A2B;
}
</style>
background-color css
<style>
a { background-color: #E52A2B; }
a { background-color: rgb(229,42,43); }
div.DivClassName
{
background-color: #E52A2B;
}
.BgClassName
{
background-color: #E52A2B;
}
</style>
border-color css
<style>
span { border-color: #E52A2B; }
span { border-color: rgb(229,42,43); }
td.TdClassName
{
border-color: #E52A2B;
}
.TagClassName
{
border-color: #E52A2B;
}
</style>