Shades of Alizarin #E2333E
Tints of Alizarin #E2333E
RGB
CMYK
RGB Variations
Color information
#E2333E (or 0xE2333E) is known color: Alizarin. HEX triplet: E2, 33 and 3E. RGB value is (226,51,62). Sum of RGB (Red+Green+Blue) = 226+51+62=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2333E is #1DCCC1. Grayscale: #686868. Windows color (decimal): -1952962 or 4076514. OLE color: 4076514.
HSL color Cylindrical-coordinate representation of color #E2333E: hue angle of 356.23º 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 #E2333E is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 62 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.11 |
| HSL | 356.23º | 0.75% | 0.54% | - |
| HSV(B) | 356.23º | 0.77% | 0.89% | - |
| XYZ | 33.42 | 18.88 | 6.44 | - |
| YUV | 104.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 62 | 0 | 0.77 | 0.73 | 0.11 | 356.23 | 0.75 | 0.54 |
| Hex | E2 | 33 | 3E | 0 | 4D | 49 | B | 164 | 4B | 36 |
| Octal | 342 | 63 | 76 | 0 | 115 | 111 | 13 | 544 | 113 | 66 |
| Binary | 11100010 | 110011 | 111110 | 0 | 1001101 | 1001001 | 1011 | 101100100 | 1001011 | 110110 |
Color Harmonies of #E2333E
Complementary color
Monochromatic Colors of #E2333E
Black with #E2333E
Text Example
Text Example
White with #E2333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2333E; }
p { color: rgb(226,51,62); }
H1.HeaderClassName
{
color: #E2333E;
}
.AnyTagClassName
{
color: #E2333E;
}
</style>
background-color css
<style>
a { background-color: #E2333E; }
a { background-color: rgb(226,51,62); }
div.DivClassName
{
background-color: #E2333E;
}
.BgClassName
{
background-color: #E2333E;
}
</style>
border-color css
<style>
span { border-color: #E2333E; }
span { border-color: rgb(226,51,62); }
td.TdClassName
{
border-color: #E2333E;
}
.TagClassName
{
border-color: #E2333E;
}
</style>