Shades of Alizarin #E2232E
Tints of Alizarin #E2232E
RGB
CMYK
RGB Variations
Color information
#E2232E (or 0xE2232E) is known color: Alizarin. HEX triplet: E2, 23 and 2E. RGB value is (226,35,46). Sum of RGB (Red+Green+Blue) = 226+35+46=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E2232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2232E is #1DDCD1. Grayscale: #5D5D5D. Windows color (decimal): -1957074 or 3023842. OLE color: 3023842.
HSL color Cylindrical-coordinate representation of color #E2232E: hue angle of 356.54º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2232E is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 46 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.11 |
| HSL | 356.54º | 0.77% | 0.51% | - |
| HSV(B) | 356.54º | 0.85% | 0.89% | - |
| XYZ | 32.46 | 17.57 | 4.27 | - |
| YUV | 93.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 46 | 0 | 0.85 | 0.80 | 0.11 | 356.54 | 0.77 | 0.51 |
| Hex | E2 | 23 | 2E | 0 | 55 | 50 | B | 165 | 4D | 33 |
| Octal | 342 | 43 | 56 | 0 | 125 | 120 | 13 | 545 | 115 | 63 |
| Binary | 11100010 | 100011 | 101110 | 0 | 1010101 | 1010000 | 1011 | 101100101 | 1001101 | 110011 |
Color Harmonies of #E2232E
Complementary color
Monochromatic Colors of #E2232E
Black with #E2232E
Text Example
Text Example
White with #E2232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2232E; }
p { color: rgb(226,35,46); }
H1.HeaderClassName
{
color: #E2232E;
}
.AnyTagClassName
{
color: #E2232E;
}
</style>
background-color css
<style>
a { background-color: #E2232E; }
a { background-color: rgb(226,35,46); }
div.DivClassName
{
background-color: #E2232E;
}
.BgClassName
{
background-color: #E2232E;
}
</style>
border-color css
<style>
span { border-color: #E2232E; }
span { border-color: rgb(226,35,46); }
td.TdClassName
{
border-color: #E2232E;
}
.TagClassName
{
border-color: #E2232E;
}
</style>