Shades of Alizarin #E2353F
Tints of Alizarin #E2353F
RGB
CMYK
RGB Variations
Color information
#E2353F (or 0xE2353F) is known color: Alizarin. HEX triplet: E2, 35 and 3F. RGB value is (226,53,63). Sum of RGB (Red+Green+Blue) = 226+53+63=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2353F is #1DCAC0. Grayscale: #6A6A6A. Windows color (decimal): -1952449 or 4142562. OLE color: 4142562.
HSL color Cylindrical-coordinate representation of color #E2353F: hue angle of 356.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2353F is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 63 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.11 |
| HSL | 356.53º | 0.75% | 0.55% | - |
| HSV(B) | 356.53º | 0.77% | 0.89% | - |
| XYZ | 33.53 | 19.07 | 6.62 | - |
| YUV | 105.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 63 | 0 | 0.77 | 0.72 | 0.11 | 356.53 | 0.75 | 0.55 |
| Hex | E2 | 35 | 3F | 0 | 4D | 48 | B | 165 | 4B | 37 |
| Octal | 342 | 65 | 77 | 0 | 115 | 110 | 13 | 545 | 113 | 67 |
| Binary | 11100010 | 110101 | 111111 | 0 | 1001101 | 1001000 | 1011 | 101100101 | 1001011 | 110111 |
Color Harmonies of #E2353F
Complementary color
Monochromatic Colors of #E2353F
Black with #E2353F
Text Example
Text Example
White with #E2353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2353F; }
p { color: rgb(226,53,63); }
H1.HeaderClassName
{
color: #E2353F;
}
.AnyTagClassName
{
color: #E2353F;
}
</style>
background-color css
<style>
a { background-color: #E2353F; }
a { background-color: rgb(226,53,63); }
div.DivClassName
{
background-color: #E2353F;
}
.BgClassName
{
background-color: #E2353F;
}
</style>
border-color css
<style>
span { border-color: #E2353F; }
span { border-color: rgb(226,53,63); }
td.TdClassName
{
border-color: #E2353F;
}
.TagClassName
{
border-color: #E2353F;
}
</style>