Shades of Alizarin #E23235
Tints of Alizarin #E23235
RGB
CMYK
RGB Variations
Color information
#E23235 (or 0xE23235) is known color: Alizarin. HEX triplet: E2, 32 and 35. RGB value is (226,50,53). Sum of RGB (Red+Green+Blue) = 226+50+53=329 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.69% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 226 - color contains mainly: red. Hex color #E23235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23235 is #1DCDCA. Grayscale: #676767. Windows color (decimal): -1953227 or 3486434. OLE color: 3486434.
HSL color Cylindrical-coordinate representation of color #E23235: hue angle of 358.98º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E23235 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 53 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.11 |
| HSL | 358.98º | 0.75% | 0.54% | - |
| HSV(B) | 358.98º | 0.78% | 0.89% | - |
| XYZ | 33.15 | 18.71 | 5.23 | - |
| YUV | 102.97 | 99.81 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 53 | 0 | 0.78 | 0.77 | 0.11 | 358.98 | 0.75 | 0.54 |
| Hex | E2 | 32 | 35 | 0 | 4E | 4D | B | 167 | 4B | 36 |
| Octal | 342 | 62 | 65 | 0 | 116 | 115 | 13 | 547 | 113 | 66 |
| Binary | 11100010 | 110010 | 110101 | 0 | 1001110 | 1001101 | 1011 | 101100111 | 1001011 | 110110 |
Color Harmonies of #E23235
Complementary color
Monochromatic Colors of #E23235
Black with #E23235
Text Example
Text Example
White with #E23235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23235; }
p { color: rgb(226,50,53); }
H1.HeaderClassName
{
color: #E23235;
}
.AnyTagClassName
{
color: #E23235;
}
</style>
background-color css
<style>
a { background-color: #E23235; }
a { background-color: rgb(226,50,53); }
div.DivClassName
{
background-color: #E23235;
}
.BgClassName
{
background-color: #E23235;
}
</style>
border-color css
<style>
span { border-color: #E23235; }
span { border-color: rgb(226,50,53); }
td.TdClassName
{
border-color: #E23235;
}
.TagClassName
{
border-color: #E23235;
}
</style>