Shades of Alizarin #E8202D
Tints of Alizarin #E8202D
RGB
CMYK
RGB Variations
Color information
#E8202D (or 0xE8202D) is known color: Alizarin. HEX triplet: E8, 20 and 2D. RGB value is (232,32,45). Sum of RGB (Red+Green+Blue) = 232+32+45=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E8202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8202D is #17DFD2. Grayscale: #5D5D5D. Windows color (decimal): -1564627 or 2957544. OLE color: 2957544.
HSL color Cylindrical-coordinate representation of color #E8202D: hue angle of 356.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8202D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 45 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.09 |
| HSL | 356.1º | 0.81% | 0.52% | - |
| HSV(B) | 356.1º | 0.86% | 0.91% | - |
| XYZ | 34.27 | 18.38 | 4.22 | - |
| YUV | 93.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 45 | 0 | 0.86 | 0.81 | 0.09 | 356.1 | 0.81 | 0.52 |
| Hex | E8 | 20 | 2D | 0 | 56 | 51 | 9 | 164 | 51 | 34 |
| Octal | 350 | 40 | 55 | 0 | 126 | 121 | 11 | 544 | 121 | 64 |
| Binary | 11101000 | 100000 | 101101 | 0 | 1010110 | 1010001 | 1001 | 101100100 | 1010001 | 110100 |
Color Harmonies of #E8202D
Complementary color
Monochromatic Colors of #E8202D
Black with #E8202D
Text Example
Text Example
White with #E8202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8202D; }
p { color: rgb(232,32,45); }
H1.HeaderClassName
{
color: #E8202D;
}
.AnyTagClassName
{
color: #E8202D;
}
</style>
background-color css
<style>
a { background-color: #E8202D; }
a { background-color: rgb(232,32,45); }
div.DivClassName
{
background-color: #E8202D;
}
.BgClassName
{
background-color: #E8202D;
}
</style>
border-color css
<style>
span { border-color: #E8202D; }
span { border-color: rgb(232,32,45); }
td.TdClassName
{
border-color: #E8202D;
}
.TagClassName
{
border-color: #E8202D;
}
</style>