Shades of Alizarin #E2182D
Tints of Alizarin #E2182D
RGB
CMYK
RGB Variations
Color information
#E2182D (or 0xE2182D) is known color: Alizarin. HEX triplet: E2, 18 and 2D. RGB value is (226,24,45). Sum of RGB (Red+Green+Blue) = 226+24+45=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E2182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2182D is #1DE7D2. Grayscale: #565656. Windows color (decimal): -1959891 or 2955490. OLE color: 2955490.
HSL color Cylindrical-coordinate representation of color #E2182D: hue angle of 353.76º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2182D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 45 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.11 |
| HSL | 353.76º | 0.81% | 0.49% | - |
| HSV(B) | 353.76º | 0.89% | 0.89% | - |
| XYZ | 32.16 | 17.01 | 4.07 | - |
| YUV | 86.79 | 104.42 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 45 | 0 | 0.89 | 0.80 | 0.11 | 353.76 | 0.81 | 0.49 |
| Hex | E2 | 18 | 2D | 0 | 59 | 50 | B | 162 | 51 | 31 |
| Octal | 342 | 30 | 55 | 0 | 131 | 120 | 13 | 542 | 121 | 61 |
| Binary | 11100010 | 11000 | 101101 | 0 | 1011001 | 1010000 | 1011 | 101100010 | 1010001 | 110001 |
Color Harmonies of #E2182D
Complementary color
Monochromatic Colors of #E2182D
Black with #E2182D
Text Example
Text Example
White with #E2182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2182D; }
p { color: rgb(226,24,45); }
H1.HeaderClassName
{
color: #E2182D;
}
.AnyTagClassName
{
color: #E2182D;
}
</style>
background-color css
<style>
a { background-color: #E2182D; }
a { background-color: rgb(226,24,45); }
div.DivClassName
{
background-color: #E2182D;
}
.BgClassName
{
background-color: #E2182D;
}
</style>
border-color css
<style>
span { border-color: #E2182D; }
span { border-color: rgb(226,24,45); }
td.TdClassName
{
border-color: #E2182D;
}
.TagClassName
{
border-color: #E2182D;
}
</style>