Shades of Alizarin #E2232A
Tints of Alizarin #E2232A
RGB
CMYK
RGB Variations
Color information
#E2232A (or 0xE2232A) is known color: Alizarin. HEX triplet: E2, 23 and 2A. RGB value is (226,35,42). Sum of RGB (Red+Green+Blue) = 226+35+42=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E2232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2232A is #1DDCD5. Grayscale: #5D5D5D. Windows color (decimal): -1957078 or 2761698. OLE color: 2761698.
HSL color Cylindrical-coordinate representation of color #E2232A: hue angle of 357.8º 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 #E2232A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 42 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.11 |
| HSL | 357.8º | 0.77% | 0.51% | - |
| HSV(B) | 357.8º | 0.85% | 0.89% | - |
| XYZ | 32.38 | 17.54 | 3.87 | - |
| YUV | 92.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 42 | 0 | 0.85 | 0.81 | 0.11 | 357.8 | 0.77 | 0.51 |
| Hex | E2 | 23 | 2A | 0 | 55 | 51 | B | 166 | 4D | 33 |
| Octal | 342 | 43 | 52 | 0 | 125 | 121 | 13 | 546 | 115 | 63 |
| Binary | 11100010 | 100011 | 101010 | 0 | 1010101 | 1010001 | 1011 | 101100110 | 1001101 | 110011 |
Color Harmonies of #E2232A
Complementary color
Monochromatic Colors of #E2232A
Black with #E2232A
Text Example
Text Example
White with #E2232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2232A; }
p { color: rgb(226,35,42); }
H1.HeaderClassName
{
color: #E2232A;
}
.AnyTagClassName
{
color: #E2232A;
}
</style>
background-color css
<style>
a { background-color: #E2232A; }
a { background-color: rgb(226,35,42); }
div.DivClassName
{
background-color: #E2232A;
}
.BgClassName
{
background-color: #E2232A;
}
</style>
border-color css
<style>
span { border-color: #E2232A; }
span { border-color: rgb(226,35,42); }
td.TdClassName
{
border-color: #E2232A;
}
.TagClassName
{
border-color: #E2232A;
}
</style>