Shades of Alizarin #E2253C
Tints of Alizarin #E2253C
RGB
CMYK
RGB Variations
Color information
#E2253C (or 0xE2253C) is known color: Alizarin. HEX triplet: E2, 25 and 3C. RGB value is (226,37,60). Sum of RGB (Red+Green+Blue) = 226+37+60=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2253C is #1DDAC3. Grayscale: #606060. Windows color (decimal): -1956548 or 3941858. OLE color: 3941858.
HSL color Cylindrical-coordinate representation of color #E2253C: hue angle of 352.7º 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 #E2253C is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 60 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.11 |
| HSL | 352.7º | 0.77% | 0.52% | - |
| HSV(B) | 352.7º | 0.84% | 0.89% | - |
| XYZ | 32.84 | 17.82 | 5.98 | - |
| YUV | 96.13 | 107.62 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 60 | 0 | 0.84 | 0.73 | 0.11 | 352.7 | 0.77 | 0.52 |
| Hex | E2 | 25 | 3C | 0 | 54 | 49 | B | 161 | 4D | 34 |
| Octal | 342 | 45 | 74 | 0 | 124 | 111 | 13 | 541 | 115 | 64 |
| Binary | 11100010 | 100101 | 111100 | 0 | 1010100 | 1001001 | 1011 | 101100001 | 1001101 | 110100 |
Color Harmonies of #E2253C
Complementary color
Monochromatic Colors of #E2253C
Black with #E2253C
Text Example
Text Example
White with #E2253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2253C; }
p { color: rgb(226,37,60); }
H1.HeaderClassName
{
color: #E2253C;
}
.AnyTagClassName
{
color: #E2253C;
}
</style>
background-color css
<style>
a { background-color: #E2253C; }
a { background-color: rgb(226,37,60); }
div.DivClassName
{
background-color: #E2253C;
}
.BgClassName
{
background-color: #E2253C;
}
</style>
border-color css
<style>
span { border-color: #E2253C; }
span { border-color: rgb(226,37,60); }
td.TdClassName
{
border-color: #E2253C;
}
.TagClassName
{
border-color: #E2253C;
}
</style>