Shades of Alizarin #E52A2C
Tints of Alizarin #E52A2C
RGB
CMYK
RGB Variations
Color information
#E52A2C (or 0xE52A2C) is known color: Alizarin. HEX triplet: E5, 2A and 2C. RGB value is (229,42,44). Sum of RGB (Red+Green+Blue) = 229+42+44=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A2C is #1AD5D3. Grayscale: #626262. Windows color (decimal): -1758676 or 2894565. OLE color: 2894565.
HSL color Cylindrical-coordinate representation of color #E52A2C: hue angle of 359.36º 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 #E52A2C is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 44 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.10 |
| HSL | 359.36º | 0.78% | 0.53% | - |
| HSV(B) | 359.36º | 0.82% | 0.9% | - |
| XYZ | 33.6 | 18.5 | 4.18 | - |
| YUV | 98.14 | 97.45 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 44 | 0 | 0.82 | 0.81 | 0.10 | 359.36 | 0.78 | 0.53 |
| Hex | E5 | 2A | 2C | 0 | 52 | 51 | A | 167 | 4E | 35 |
| Octal | 345 | 52 | 54 | 0 | 122 | 121 | 12 | 547 | 116 | 65 |
| Binary | 11100101 | 101010 | 101100 | 0 | 1010010 | 1010001 | 1010 | 101100111 | 1001110 | 110101 |
Color Harmonies of #E52A2C
Complementary color
Monochromatic Colors of #E52A2C
Black with #E52A2C
Text Example
Text Example
White with #E52A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A2C; }
p { color: rgb(229,42,44); }
H1.HeaderClassName
{
color: #E52A2C;
}
.AnyTagClassName
{
color: #E52A2C;
}
</style>
background-color css
<style>
a { background-color: #E52A2C; }
a { background-color: rgb(229,42,44); }
div.DivClassName
{
background-color: #E52A2C;
}
.BgClassName
{
background-color: #E52A2C;
}
</style>
border-color css
<style>
span { border-color: #E52A2C; }
span { border-color: rgb(229,42,44); }
td.TdClassName
{
border-color: #E52A2C;
}
.TagClassName
{
border-color: #E52A2C;
}
</style>