Shades of Alizarin #E2282D
Tints of Alizarin #E2282D
RGB
CMYK
RGB Variations
Color information
#E2282D (or 0xE2282D) is known color: Alizarin. HEX triplet: E2, 28 and 2D. RGB value is (226,40,45). Sum of RGB (Red+Green+Blue) = 226+40+45=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E2282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2282D is #1DD7D2. Grayscale: #606060. Windows color (decimal): -1955795 or 2959586. OLE color: 2959586.
HSL color Cylindrical-coordinate representation of color #E2282D: hue angle of 358.39º 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 #E2282D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 45 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.11 |
| HSL | 358.39º | 0.76% | 0.52% | - |
| HSV(B) | 358.39º | 0.82% | 0.89% | - |
| XYZ | 32.6 | 17.88 | 4.21 | - |
| YUV | 96.18 | 99.12 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 45 | 0 | 0.82 | 0.80 | 0.11 | 358.39 | 0.76 | 0.52 |
| Hex | E2 | 28 | 2D | 0 | 52 | 50 | B | 166 | 4C | 34 |
| Octal | 342 | 50 | 55 | 0 | 122 | 120 | 13 | 546 | 114 | 64 |
| Binary | 11100010 | 101000 | 101101 | 0 | 1010010 | 1010000 | 1011 | 101100110 | 1001100 | 110100 |
Color Harmonies of #E2282D
Complementary color
Monochromatic Colors of #E2282D
Black with #E2282D
Text Example
Text Example
White with #E2282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2282D; }
p { color: rgb(226,40,45); }
H1.HeaderClassName
{
color: #E2282D;
}
.AnyTagClassName
{
color: #E2282D;
}
</style>
background-color css
<style>
a { background-color: #E2282D; }
a { background-color: rgb(226,40,45); }
div.DivClassName
{
background-color: #E2282D;
}
.BgClassName
{
background-color: #E2282D;
}
</style>
border-color css
<style>
span { border-color: #E2282D; }
span { border-color: rgb(226,40,45); }
td.TdClassName
{
border-color: #E2282D;
}
.TagClassName
{
border-color: #E2282D;
}
</style>