Shades of Alizarin #E5202D
Tints of Alizarin #E5202D
RGB
CMYK
RGB Variations
Color information
#E5202D (or 0xE5202D) is known color: Alizarin. HEX triplet: E5, 20 and 2D. RGB value is (229,32,45). Sum of RGB (Red+Green+Blue) = 229+32+45=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E5202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5202D is #1ADFD2. Grayscale: #5C5C5C. Windows color (decimal): -1761235 or 2957541. OLE color: 2957541.
HSL color Cylindrical-coordinate representation of color #E5202D: hue angle of 356.04º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5202D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 45 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.10 |
| HSL | 356.04º | 0.79% | 0.51% | - |
| HSV(B) | 356.04º | 0.86% | 0.9% | - |
| XYZ | 33.3 | 17.88 | 4.18 | - |
| YUV | 92.39 | 101.27 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 45 | 0 | 0.86 | 0.80 | 0.10 | 356.04 | 0.79 | 0.51 |
| Hex | E5 | 20 | 2D | 0 | 56 | 50 | A | 164 | 4F | 33 |
| Octal | 345 | 40 | 55 | 0 | 126 | 120 | 12 | 544 | 117 | 63 |
| Binary | 11100101 | 100000 | 101101 | 0 | 1010110 | 1010000 | 1010 | 101100100 | 1001111 | 110011 |
Color Harmonies of #E5202D
Complementary color
Monochromatic Colors of #E5202D
Black with #E5202D
Text Example
Text Example
White with #E5202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5202D; }
p { color: rgb(229,32,45); }
H1.HeaderClassName
{
color: #E5202D;
}
.AnyTagClassName
{
color: #E5202D;
}
</style>
background-color css
<style>
a { background-color: #E5202D; }
a { background-color: rgb(229,32,45); }
div.DivClassName
{
background-color: #E5202D;
}
.BgClassName
{
background-color: #E5202D;
}
</style>
border-color css
<style>
span { border-color: #E5202D; }
span { border-color: rgb(229,32,45); }
td.TdClassName
{
border-color: #E5202D;
}
.TagClassName
{
border-color: #E5202D;
}
</style>