Shades of Alizarin #E2333B
Tints of Alizarin #E2333B
RGB
CMYK
RGB Variations
Color information
#E2333B (or 0xE2333B) is known color: Alizarin. HEX triplet: E2, 33 and 3B. RGB value is (226,51,59). Sum of RGB (Red+Green+Blue) = 226+51+59=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2333B is #1DCCC4. Grayscale: #686868. Windows color (decimal): -1952965 or 3879906. OLE color: 3879906.
HSL color Cylindrical-coordinate representation of color #E2333B: hue angle of 357.26º 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 #E2333B is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 59 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.11 |
| HSL | 357.26º | 0.75% | 0.54% | - |
| HSV(B) | 357.26º | 0.77% | 0.89% | - |
| XYZ | 33.34 | 18.85 | 6.02 | - |
| YUV | 104.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 59 | 0 | 0.77 | 0.74 | 0.11 | 357.26 | 0.75 | 0.54 |
| Hex | E2 | 33 | 3B | 0 | 4D | 4A | B | 165 | 4B | 36 |
| Octal | 342 | 63 | 73 | 0 | 115 | 112 | 13 | 545 | 113 | 66 |
| Binary | 11100010 | 110011 | 111011 | 0 | 1001101 | 1001010 | 1011 | 101100101 | 1001011 | 110110 |
Color Harmonies of #E2333B
Complementary color
Monochromatic Colors of #E2333B
Black with #E2333B
Text Example
Text Example
White with #E2333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2333B; }
p { color: rgb(226,51,59); }
H1.HeaderClassName
{
color: #E2333B;
}
.AnyTagClassName
{
color: #E2333B;
}
</style>
background-color css
<style>
a { background-color: #E2333B; }
a { background-color: rgb(226,51,59); }
div.DivClassName
{
background-color: #E2333B;
}
.BgClassName
{
background-color: #E2333B;
}
</style>
border-color css
<style>
span { border-color: #E2333B; }
span { border-color: rgb(226,51,59); }
td.TdClassName
{
border-color: #E2333B;
}
.TagClassName
{
border-color: #E2333B;
}
</style>