Shades of Alizarin #E2283D
Tints of Alizarin #E2283D
RGB
CMYK
RGB Variations
Color information
#E2283D (or 0xE2283D) is known color: Alizarin. HEX triplet: E2, 28 and 3D. RGB value is (226,40,61). Sum of RGB (Red+Green+Blue) = 226+40+61=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E2283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2283D is #1DD7C2. Grayscale: #626262. Windows color (decimal): -1955779 or 4008162. OLE color: 4008162.
HSL color Cylindrical-coordinate representation of color #E2283D: hue angle of 353.23º 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 #E2283D is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 61 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.11 |
| HSL | 353.23º | 0.76% | 0.52% | - |
| HSV(B) | 353.23º | 0.82% | 0.89% | - |
| XYZ | 32.97 | 18.02 | 6.16 | - |
| YUV | 98.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 61 | 0 | 0.82 | 0.73 | 0.11 | 353.23 | 0.76 | 0.52 |
| Hex | E2 | 28 | 3D | 0 | 52 | 49 | B | 161 | 4C | 34 |
| Octal | 342 | 50 | 75 | 0 | 122 | 111 | 13 | 541 | 114 | 64 |
| Binary | 11100010 | 101000 | 111101 | 0 | 1010010 | 1001001 | 1011 | 101100001 | 1001100 | 110100 |
Color Harmonies of #E2283D
Complementary color
Monochromatic Colors of #E2283D
Black with #E2283D
Text Example
Text Example
White with #E2283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2283D; }
p { color: rgb(226,40,61); }
H1.HeaderClassName
{
color: #E2283D;
}
.AnyTagClassName
{
color: #E2283D;
}
</style>
background-color css
<style>
a { background-color: #E2283D; }
a { background-color: rgb(226,40,61); }
div.DivClassName
{
background-color: #E2283D;
}
.BgClassName
{
background-color: #E2283D;
}
</style>
border-color css
<style>
span { border-color: #E2283D; }
span { border-color: rgb(226,40,61); }
td.TdClassName
{
border-color: #E2283D;
}
.TagClassName
{
border-color: #E2283D;
}
</style>