Shades of Alizarin #E2353A
Tints of Alizarin #E2353A
RGB
CMYK
RGB Variations
Color information
#E2353A (or 0xE2353A) is known color: Alizarin. HEX triplet: E2, 35 and 3A. RGB value is (226,53,58). Sum of RGB (Red+Green+Blue) = 226+53+58=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2353A is #1DCAC5. Grayscale: #696969. Windows color (decimal): -1952454 or 3814882. OLE color: 3814882.
HSL color Cylindrical-coordinate representation of color #E2353A: hue angle of 358.27º 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 #E2353A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 58 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.11 |
| HSL | 358.27º | 0.75% | 0.55% | - |
| HSV(B) | 358.27º | 0.77% | 0.89% | - |
| XYZ | 33.4 | 19.02 | 5.91 | - |
| YUV | 105.3 | 101.31 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 58 | 0 | 0.77 | 0.74 | 0.11 | 358.27 | 0.75 | 0.55 |
| Hex | E2 | 35 | 3A | 0 | 4D | 4A | B | 166 | 4B | 37 |
| Octal | 342 | 65 | 72 | 0 | 115 | 112 | 13 | 546 | 113 | 67 |
| Binary | 11100010 | 110101 | 111010 | 0 | 1001101 | 1001010 | 1011 | 101100110 | 1001011 | 110111 |
Color Harmonies of #E2353A
Complementary color
Monochromatic Colors of #E2353A
Black with #E2353A
Text Example
Text Example
White with #E2353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2353A; }
p { color: rgb(226,53,58); }
H1.HeaderClassName
{
color: #E2353A;
}
.AnyTagClassName
{
color: #E2353A;
}
</style>
background-color css
<style>
a { background-color: #E2353A; }
a { background-color: rgb(226,53,58); }
div.DivClassName
{
background-color: #E2353A;
}
.BgClassName
{
background-color: #E2353A;
}
</style>
border-color css
<style>
span { border-color: #E2353A; }
span { border-color: rgb(226,53,58); }
td.TdClassName
{
border-color: #E2353A;
}
.TagClassName
{
border-color: #E2353A;
}
</style>