Shades of Alizarin #E2282A
Tints of Alizarin #E2282A
RGB
CMYK
RGB Variations
Color information
#E2282A (or 0xE2282A) is known color: Alizarin. HEX triplet: E2, 28 and 2A. RGB value is (226,40,42). Sum of RGB (Red+Green+Blue) = 226+40+42=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2282A is #1DD7D5. Grayscale: #606060. Windows color (decimal): -1955798 or 2762978. OLE color: 2762978.
HSL color Cylindrical-coordinate representation of color #E2282A: hue angle of 359.35º 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 #E2282A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 42 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.11 |
| HSL | 359.35º | 0.76% | 0.52% | - |
| HSV(B) | 359.35º | 0.82% | 0.89% | - |
| XYZ | 32.54 | 17.85 | 3.92 | - |
| YUV | 95.84 | 97.62 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 42 | 0 | 0.82 | 0.81 | 0.11 | 359.35 | 0.76 | 0.52 |
| Hex | E2 | 28 | 2A | 0 | 52 | 51 | B | 167 | 4C | 34 |
| Octal | 342 | 50 | 52 | 0 | 122 | 121 | 13 | 547 | 114 | 64 |
| Binary | 11100010 | 101000 | 101010 | 0 | 1010010 | 1010001 | 1011 | 101100111 | 1001100 | 110100 |
Color Harmonies of #E2282A
Complementary color
Monochromatic Colors of #E2282A
Black with #E2282A
Text Example
Text Example
White with #E2282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2282A; }
p { color: rgb(226,40,42); }
H1.HeaderClassName
{
color: #E2282A;
}
.AnyTagClassName
{
color: #E2282A;
}
</style>
background-color css
<style>
a { background-color: #E2282A; }
a { background-color: rgb(226,40,42); }
div.DivClassName
{
background-color: #E2282A;
}
.BgClassName
{
background-color: #E2282A;
}
</style>
border-color css
<style>
span { border-color: #E2282A; }
span { border-color: rgb(226,40,42); }
td.TdClassName
{
border-color: #E2282A;
}
.TagClassName
{
border-color: #E2282A;
}
</style>