Shades of Alizarin #E2282C
Tints of Alizarin #E2282C
RGB
CMYK
RGB Variations
Color information
#E2282C (or 0xE2282C) is known color: Alizarin. HEX triplet: E2, 28 and 2C. RGB value is (226,40,44). Sum of RGB (Red+Green+Blue) = 226+40+44=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E2282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2282C is #1DD7D3. Grayscale: #606060. Windows color (decimal): -1955796 or 2894050. OLE color: 2894050.
HSL color Cylindrical-coordinate representation of color #E2282C: hue angle of 358.71º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2282C is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 44 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.11 |
| HSL | 358.71º | 0.76% | 0.52% | - |
| HSV(B) | 358.71º | 0.82% | 0.89% | - |
| XYZ | 32.58 | 17.87 | 4.11 | - |
| YUV | 96.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 44 | 0 | 0.82 | 0.81 | 0.11 | 358.71 | 0.76 | 0.52 |
| Hex | E2 | 28 | 2C | 0 | 52 | 51 | B | 167 | 4C | 34 |
| Octal | 342 | 50 | 54 | 0 | 122 | 121 | 13 | 547 | 114 | 64 |
| Binary | 11100010 | 101000 | 101100 | 0 | 1010010 | 1010001 | 1011 | 101100111 | 1001100 | 110100 |
Color Harmonies of #E2282C
Complementary color
Monochromatic Colors of #E2282C
Black with #E2282C
Text Example
Text Example
White with #E2282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2282C; }
p { color: rgb(226,40,44); }
H1.HeaderClassName
{
color: #E2282C;
}
.AnyTagClassName
{
color: #E2282C;
}
</style>
background-color css
<style>
a { background-color: #E2282C; }
a { background-color: rgb(226,40,44); }
div.DivClassName
{
background-color: #E2282C;
}
.BgClassName
{
background-color: #E2282C;
}
</style>
border-color css
<style>
span { border-color: #E2282C; }
span { border-color: rgb(226,40,44); }
td.TdClassName
{
border-color: #E2282C;
}
.TagClassName
{
border-color: #E2282C;
}
</style>