Shades of Alizarin #E2232B
Tints of Alizarin #E2232B
RGB
CMYK
RGB Variations
Color information
#E2232B (or 0xE2232B) is known color: Alizarin. HEX triplet: E2, 23 and 2B. RGB value is (226,35,43). Sum of RGB (Red+Green+Blue) = 226+35+43=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2232B is #1DDCD4. Grayscale: #5D5D5D. Windows color (decimal): -1957077 or 2827234. OLE color: 2827234.
HSL color Cylindrical-coordinate representation of color #E2232B: hue angle of 357.49º 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 #E2232B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 43 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.11 |
| HSL | 357.49º | 0.77% | 0.51% | - |
| HSV(B) | 357.49º | 0.85% | 0.89% | - |
| XYZ | 32.4 | 17.55 | 3.96 | - |
| YUV | 93.02 | 99.78 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 43 | 0 | 0.85 | 0.81 | 0.11 | 357.49 | 0.77 | 0.51 |
| Hex | E2 | 23 | 2B | 0 | 55 | 51 | B | 165 | 4D | 33 |
| Octal | 342 | 43 | 53 | 0 | 125 | 121 | 13 | 545 | 115 | 63 |
| Binary | 11100010 | 100011 | 101011 | 0 | 1010101 | 1010001 | 1011 | 101100101 | 1001101 | 110011 |
Color Harmonies of #E2232B
Complementary color
Monochromatic Colors of #E2232B
Black with #E2232B
Text Example
Text Example
White with #E2232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2232B; }
p { color: rgb(226,35,43); }
H1.HeaderClassName
{
color: #E2232B;
}
.AnyTagClassName
{
color: #E2232B;
}
</style>
background-color css
<style>
a { background-color: #E2232B; }
a { background-color: rgb(226,35,43); }
div.DivClassName
{
background-color: #E2232B;
}
.BgClassName
{
background-color: #E2232B;
}
</style>
border-color css
<style>
span { border-color: #E2232B; }
span { border-color: rgb(226,35,43); }
td.TdClassName
{
border-color: #E2232B;
}
.TagClassName
{
border-color: #E2232B;
}
</style>