Shades of Alizarin #E23032
Tints of Alizarin #E23032
RGB
CMYK
RGB Variations
Color information
#E23032 (or 0xE23032) is known color: Alizarin. HEX triplet: E2, 30 and 32. RGB value is (226,48,50). Sum of RGB (Red+Green+Blue) = 226+48+50=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E23032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23032 is #1DCFCD. Grayscale: #656565. Windows color (decimal): -1953742 or 3289314. OLE color: 3289314.
HSL color Cylindrical-coordinate representation of color #E23032: hue angle of 359.33º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E23032 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 50 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.11 |
| HSL | 359.33º | 0.75% | 0.54% | - |
| HSV(B) | 359.33º | 0.79% | 0.89% | - |
| XYZ | 33 | 18.51 | 4.85 | - |
| YUV | 101.45 | 98.97 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 50 | 0 | 0.79 | 0.78 | 0.11 | 359.33 | 0.75 | 0.54 |
| Hex | E2 | 30 | 32 | 0 | 4F | 4E | B | 167 | 4B | 36 |
| Octal | 342 | 60 | 62 | 0 | 117 | 116 | 13 | 547 | 113 | 66 |
| Binary | 11100010 | 110000 | 110010 | 0 | 1001111 | 1001110 | 1011 | 101100111 | 1001011 | 110110 |
Color Harmonies of #E23032
Complementary color
Monochromatic Colors of #E23032
Black with #E23032
Text Example
Text Example
White with #E23032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23032; }
p { color: rgb(226,48,50); }
H1.HeaderClassName
{
color: #E23032;
}
.AnyTagClassName
{
color: #E23032;
}
</style>
background-color css
<style>
a { background-color: #E23032; }
a { background-color: rgb(226,48,50); }
div.DivClassName
{
background-color: #E23032;
}
.BgClassName
{
background-color: #E23032;
}
</style>
border-color css
<style>
span { border-color: #E23032; }
span { border-color: rgb(226,48,50); }
td.TdClassName
{
border-color: #E23032;
}
.TagClassName
{
border-color: #E23032;
}
</style>