Shades of Alizarin #E23536
Tints of Alizarin #E23536
RGB
CMYK
RGB Variations
Color information
#E23536 (or 0xE23536) is known color: Alizarin. HEX triplet: E2, 35 and 36. RGB value is (226,53,54). Sum of RGB (Red+Green+Blue) = 226+53+54=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E23536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23536 is #1DCAC9. Grayscale: #696969. Windows color (decimal): -1952458 or 3552738. OLE color: 3552738.
HSL color Cylindrical-coordinate representation of color #E23536: hue angle of 359.65º 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 #E23536 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 54 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.11 |
| HSL | 359.65º | 0.75% | 0.55% | - |
| HSV(B) | 359.65º | 0.77% | 0.89% | - |
| XYZ | 33.3 | 18.98 | 5.4 | - |
| YUV | 104.84 | 99.31 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 54 | 0 | 0.77 | 0.76 | 0.11 | 359.65 | 0.75 | 0.55 |
| Hex | E2 | 35 | 36 | 0 | 4D | 4C | B | 168 | 4B | 37 |
| Octal | 342 | 65 | 66 | 0 | 115 | 114 | 13 | 550 | 113 | 67 |
| Binary | 11100010 | 110101 | 110110 | 0 | 1001101 | 1001100 | 1011 | 101101000 | 1001011 | 110111 |
Color Harmonies of #E23536
Complementary color
Monochromatic Colors of #E23536
Black with #E23536
Text Example
Text Example
White with #E23536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23536; }
p { color: rgb(226,53,54); }
H1.HeaderClassName
{
color: #E23536;
}
.AnyTagClassName
{
color: #E23536;
}
</style>
background-color css
<style>
a { background-color: #E23536; }
a { background-color: rgb(226,53,54); }
div.DivClassName
{
background-color: #E23536;
}
.BgClassName
{
background-color: #E23536;
}
</style>
border-color css
<style>
span { border-color: #E23536; }
span { border-color: rgb(226,53,54); }
td.TdClassName
{
border-color: #E23536;
}
.TagClassName
{
border-color: #E23536;
}
</style>