Shades of Alizarin #E2323D
Tints of Alizarin #E2323D
RGB
CMYK
RGB Variations
Color information
#E2323D (or 0xE2323D) is known color: Alizarin. HEX triplet: E2, 32 and 3D. RGB value is (226,50,61). Sum of RGB (Red+Green+Blue) = 226+50+61=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2323D is #1DCDC2. Grayscale: #686868. Windows color (decimal): -1953219 or 4010722. OLE color: 4010722.
HSL color Cylindrical-coordinate representation of color #E2323D: hue angle of 356.25º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2323D is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 61 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.11 |
| HSL | 356.25º | 0.75% | 0.54% | - |
| HSV(B) | 356.25º | 0.78% | 0.89% | - |
| XYZ | 33.35 | 18.79 | 6.28 | - |
| YUV | 103.88 | 103.81 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 61 | 0 | 0.78 | 0.73 | 0.11 | 356.25 | 0.75 | 0.54 |
| Hex | E2 | 32 | 3D | 0 | 4E | 49 | B | 164 | 4B | 36 |
| Octal | 342 | 62 | 75 | 0 | 116 | 111 | 13 | 544 | 113 | 66 |
| Binary | 11100010 | 110010 | 111101 | 0 | 1001110 | 1001001 | 1011 | 101100100 | 1001011 | 110110 |
Color Harmonies of #E2323D
Complementary color
Monochromatic Colors of #E2323D
Black with #E2323D
Text Example
Text Example
White with #E2323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2323D; }
p { color: rgb(226,50,61); }
H1.HeaderClassName
{
color: #E2323D;
}
.AnyTagClassName
{
color: #E2323D;
}
</style>
background-color css
<style>
a { background-color: #E2323D; }
a { background-color: rgb(226,50,61); }
div.DivClassName
{
background-color: #E2323D;
}
.BgClassName
{
background-color: #E2323D;
}
</style>
border-color css
<style>
span { border-color: #E2323D; }
span { border-color: rgb(226,50,61); }
td.TdClassName
{
border-color: #E2323D;
}
.TagClassName
{
border-color: #E2323D;
}
</style>