Shades of Alizarin #E2242D
Tints of Alizarin #E2242D
RGB
CMYK
RGB Variations
Color information
#E2242D (or 0xE2242D) is known color: Alizarin. HEX triplet: E2, 24 and 2D. RGB value is (226,36,45). Sum of RGB (Red+Green+Blue) = 226+36+45=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E2242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2242D is #1DDBD2. Grayscale: #5D5D5D. Windows color (decimal): -1956819 or 2958562. OLE color: 2958562.
HSL color Cylindrical-coordinate representation of color #E2242D: hue angle of 357.16º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2242D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 45 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.11 |
| HSL | 357.16º | 0.77% | 0.51% | - |
| HSV(B) | 357.16º | 0.84% | 0.89% | - |
| XYZ | 32.47 | 17.62 | 4.17 | - |
| YUV | 93.84 | 100.45 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 45 | 0 | 0.84 | 0.80 | 0.11 | 357.16 | 0.77 | 0.51 |
| Hex | E2 | 24 | 2D | 0 | 54 | 50 | B | 165 | 4D | 33 |
| Octal | 342 | 44 | 55 | 0 | 124 | 120 | 13 | 545 | 115 | 63 |
| Binary | 11100010 | 100100 | 101101 | 0 | 1010100 | 1010000 | 1011 | 101100101 | 1001101 | 110011 |
Color Harmonies of #E2242D
Complementary color
Monochromatic Colors of #E2242D
Black with #E2242D
Text Example
Text Example
White with #E2242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2242D; }
p { color: rgb(226,36,45); }
H1.HeaderClassName
{
color: #E2242D;
}
.AnyTagClassName
{
color: #E2242D;
}
</style>
background-color css
<style>
a { background-color: #E2242D; }
a { background-color: rgb(226,36,45); }
div.DivClassName
{
background-color: #E2242D;
}
.BgClassName
{
background-color: #E2242D;
}
</style>
border-color css
<style>
span { border-color: #E2242D; }
span { border-color: rgb(226,36,45); }
td.TdClassName
{
border-color: #E2242D;
}
.TagClassName
{
border-color: #E2242D;
}
</style>