Shades of Alizarin #E2333A
Tints of Alizarin #E2333A
RGB
CMYK
RGB Variations
Color information
#E2333A (or 0xE2333A) is known color: Alizarin. HEX triplet: E2, 33 and 3A. RGB value is (226,51,58). Sum of RGB (Red+Green+Blue) = 226+51+58=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2333A is #1DCCC5. Grayscale: #686868. Windows color (decimal): -1952966 or 3814370. OLE color: 3814370.
HSL color Cylindrical-coordinate representation of color #E2333A: hue angle of 357.6º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2333A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 58 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.11 |
| HSL | 357.6º | 0.75% | 0.54% | - |
| HSV(B) | 357.6º | 0.77% | 0.89% | - |
| XYZ | 33.31 | 18.84 | 5.88 | - |
| YUV | 104.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 58 | 0 | 0.77 | 0.74 | 0.11 | 357.6 | 0.75 | 0.54 |
| Hex | E2 | 33 | 3A | 0 | 4D | 4A | B | 166 | 4B | 36 |
| Octal | 342 | 63 | 72 | 0 | 115 | 112 | 13 | 546 | 113 | 66 |
| Binary | 11100010 | 110011 | 111010 | 0 | 1001101 | 1001010 | 1011 | 101100110 | 1001011 | 110110 |
Color Harmonies of #E2333A
Complementary color
Monochromatic Colors of #E2333A
Black with #E2333A
Text Example
Text Example
White with #E2333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2333A; }
p { color: rgb(226,51,58); }
H1.HeaderClassName
{
color: #E2333A;
}
.AnyTagClassName
{
color: #E2333A;
}
</style>
background-color css
<style>
a { background-color: #E2333A; }
a { background-color: rgb(226,51,58); }
div.DivClassName
{
background-color: #E2333A;
}
.BgClassName
{
background-color: #E2333A;
}
</style>
border-color css
<style>
span { border-color: #E2333A; }
span { border-color: rgb(226,51,58); }
td.TdClassName
{
border-color: #E2333A;
}
.TagClassName
{
border-color: #E2333A;
}
</style>