Shades of Alizarin #E2323B
Tints of Alizarin #E2323B
RGB
CMYK
RGB Variations
Color information
#E2323B (or 0xE2323B) is known color: Alizarin. HEX triplet: E2, 32 and 3B. RGB value is (226,50,59). Sum of RGB (Red+Green+Blue) = 226+50+59=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2323B is #1DCDC4. Grayscale: #676767. Windows color (decimal): -1953221 or 3879650. OLE color: 3879650.
HSL color Cylindrical-coordinate representation of color #E2323B: hue angle of 356.93º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2323B is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 59 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.11 |
| HSL | 356.93º | 0.75% | 0.54% | - |
| HSV(B) | 356.93º | 0.78% | 0.89% | - |
| XYZ | 33.29 | 18.77 | 6.01 | - |
| YUV | 103.65 | 102.81 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 59 | 0 | 0.78 | 0.74 | 0.11 | 356.93 | 0.75 | 0.54 |
| Hex | E2 | 32 | 3B | 0 | 4E | 4A | B | 165 | 4B | 36 |
| Octal | 342 | 62 | 73 | 0 | 116 | 112 | 13 | 545 | 113 | 66 |
| Binary | 11100010 | 110010 | 111011 | 0 | 1001110 | 1001010 | 1011 | 101100101 | 1001011 | 110110 |
Color Harmonies of #E2323B
Complementary color
Monochromatic Colors of #E2323B
Black with #E2323B
Text Example
Text Example
White with #E2323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2323B; }
p { color: rgb(226,50,59); }
H1.HeaderClassName
{
color: #E2323B;
}
.AnyTagClassName
{
color: #E2323B;
}
</style>
background-color css
<style>
a { background-color: #E2323B; }
a { background-color: rgb(226,50,59); }
div.DivClassName
{
background-color: #E2323B;
}
.BgClassName
{
background-color: #E2323B;
}
</style>
border-color css
<style>
span { border-color: #E2323B; }
span { border-color: rgb(226,50,59); }
td.TdClassName
{
border-color: #E2323B;
}
.TagClassName
{
border-color: #E2323B;
}
</style>