Shades of Alizarin #E5202B
Tints of Alizarin #E5202B
RGB
CMYK
RGB Variations
Color information
#E5202B (or 0xE5202B) is known color: Alizarin. HEX triplet: E5, 20 and 2B. RGB value is (229,32,43). Sum of RGB (Red+Green+Blue) = 229+32+43=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E5202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5202B is #1ADFD4. Grayscale: #5C5C5C. Windows color (decimal): -1761237 or 2826469. OLE color: 2826469.
HSL color Cylindrical-coordinate representation of color #E5202B: hue angle of 356.65º 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 #E5202B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 43 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.10 |
| HSL | 356.65º | 0.79% | 0.51% | - |
| HSV(B) | 356.65º | 0.86% | 0.9% | - |
| XYZ | 33.27 | 17.87 | 3.98 | - |
| YUV | 92.16 | 100.27 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 43 | 0 | 0.86 | 0.81 | 0.10 | 356.65 | 0.79 | 0.51 |
| Hex | E5 | 20 | 2B | 0 | 56 | 51 | A | 165 | 4F | 33 |
| Octal | 345 | 40 | 53 | 0 | 126 | 121 | 12 | 545 | 117 | 63 |
| Binary | 11100101 | 100000 | 101011 | 0 | 1010110 | 1010001 | 1010 | 101100101 | 1001111 | 110011 |
Color Harmonies of #E5202B
Complementary color
Monochromatic Colors of #E5202B
Black with #E5202B
Text Example
Text Example
White with #E5202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5202B; }
p { color: rgb(229,32,43); }
H1.HeaderClassName
{
color: #E5202B;
}
.AnyTagClassName
{
color: #E5202B;
}
</style>
background-color css
<style>
a { background-color: #E5202B; }
a { background-color: rgb(229,32,43); }
div.DivClassName
{
background-color: #E5202B;
}
.BgClassName
{
background-color: #E5202B;
}
</style>
border-color css
<style>
span { border-color: #E5202B; }
span { border-color: rgb(229,32,43); }
td.TdClassName
{
border-color: #E5202B;
}
.TagClassName
{
border-color: #E5202B;
}
</style>