Shades of Alizarin #E33235
Tints of Alizarin #E33235
RGB
CMYK
RGB Variations
Color information
#E33235 (or 0xE33235) is known color: Alizarin. HEX triplet: E3, 32 and 35. RGB value is (227,50,53). Sum of RGB (Red+Green+Blue) = 227+50+53=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E33235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33235 is #1CCDCA. Grayscale: #676767. Windows color (decimal): -1887691 or 3486435. OLE color: 3486435.
HSL color Cylindrical-coordinate representation of color #E33235: hue angle of 358.98º degrees, saturation: 0.76, 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 #E33235 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 53 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.11 |
| HSL | 358.98º | 0.76% | 0.54% | - |
| HSV(B) | 358.98º | 0.78% | 0.89% | - |
| XYZ | 33.46 | 18.87 | 5.25 | - |
| YUV | 103.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 53 | 0 | 0.78 | 0.77 | 0.11 | 358.98 | 0.76 | 0.54 |
| Hex | E3 | 32 | 35 | 0 | 4E | 4D | B | 167 | 4C | 36 |
| Octal | 343 | 62 | 65 | 0 | 116 | 115 | 13 | 547 | 114 | 66 |
| Binary | 11100011 | 110010 | 110101 | 0 | 1001110 | 1001101 | 1011 | 101100111 | 1001100 | 110110 |
Color Harmonies of #E33235
Complementary color
Monochromatic Colors of #E33235
Black with #E33235
Text Example
Text Example
White with #E33235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33235; }
p { color: rgb(227,50,53); }
H1.HeaderClassName
{
color: #E33235;
}
.AnyTagClassName
{
color: #E33235;
}
</style>
background-color css
<style>
a { background-color: #E33235; }
a { background-color: rgb(227,50,53); }
div.DivClassName
{
background-color: #E33235;
}
.BgClassName
{
background-color: #E33235;
}
</style>
border-color css
<style>
span { border-color: #E33235; }
span { border-color: rgb(227,50,53); }
td.TdClassName
{
border-color: #E33235;
}
.TagClassName
{
border-color: #E33235;
}
</style>