Shades of Alizarin #E2253A
Tints of Alizarin #E2253A
RGB
CMYK
RGB Variations
Color information
#E2253A (or 0xE2253A) is known color: Alizarin. HEX triplet: E2, 25 and 3A. RGB value is (226,37,58). Sum of RGB (Red+Green+Blue) = 226+37+58=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2253A is #1DDAC5. Grayscale: #606060. Windows color (decimal): -1956550 or 3810786. OLE color: 3810786.
HSL color Cylindrical-coordinate representation of color #E2253A: hue angle of 353.33º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2253A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 58 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.11 |
| HSL | 353.33º | 0.77% | 0.52% | - |
| HSV(B) | 353.33º | 0.84% | 0.89% | - |
| XYZ | 32.79 | 17.8 | 5.71 | - |
| YUV | 95.91 | 106.62 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 58 | 0 | 0.84 | 0.74 | 0.11 | 353.33 | 0.77 | 0.52 |
| Hex | E2 | 25 | 3A | 0 | 54 | 4A | B | 161 | 4D | 34 |
| Octal | 342 | 45 | 72 | 0 | 124 | 112 | 13 | 541 | 115 | 64 |
| Binary | 11100010 | 100101 | 111010 | 0 | 1010100 | 1001010 | 1011 | 101100001 | 1001101 | 110100 |
Color Harmonies of #E2253A
Complementary color
Monochromatic Colors of #E2253A
Black with #E2253A
Text Example
Text Example
White with #E2253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2253A; }
p { color: rgb(226,37,58); }
H1.HeaderClassName
{
color: #E2253A;
}
.AnyTagClassName
{
color: #E2253A;
}
</style>
background-color css
<style>
a { background-color: #E2253A; }
a { background-color: rgb(226,37,58); }
div.DivClassName
{
background-color: #E2253A;
}
.BgClassName
{
background-color: #E2253A;
}
</style>
border-color css
<style>
span { border-color: #E2253A; }
span { border-color: rgb(226,37,58); }
td.TdClassName
{
border-color: #E2253A;
}
.TagClassName
{
border-color: #E2253A;
}
</style>