Shades of Alizarin #E33042
Tints of Alizarin #E33042
RGB
CMYK
RGB Variations
Color information
#E33042 (or 0xE33042) is known color: Alizarin. HEX triplet: E3, 30 and 42. RGB value is (227,48,66). Sum of RGB (Red+Green+Blue) = 227+48+66=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E33042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33042 is #1CCFBD. Grayscale: #676767. Windows color (decimal): -1888190 or 4337891. OLE color: 4337891.
HSL color Cylindrical-coordinate representation of color #E33042: hue angle of 353.97º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E33042 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 48 | 66 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.11 |
| HSL | 353.97º | 0.76% | 0.54% | - |
| HSV(B) | 353.97º | 0.79% | 0.89% | - |
| XYZ | 33.72 | 18.84 | 7.01 | - |
| YUV | 103.57 | 106.8 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 66 | 0 | 0.79 | 0.71 | 0.11 | 353.97 | 0.76 | 0.54 |
| Hex | E3 | 30 | 42 | 0 | 4F | 47 | B | 162 | 4C | 36 |
| Octal | 343 | 60 | 102 | 0 | 117 | 107 | 13 | 542 | 114 | 66 |
| Binary | 11100011 | 110000 | 1000010 | 0 | 1001111 | 1000111 | 1011 | 101100010 | 1001100 | 110110 |
Color Harmonies of #E33042
Complementary color
Monochromatic Colors of #E33042
Black with #E33042
Text Example
Text Example
White with #E33042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33042; }
p { color: rgb(227,48,66); }
H1.HeaderClassName
{
color: #E33042;
}
.AnyTagClassName
{
color: #E33042;
}
</style>
background-color css
<style>
a { background-color: #E33042; }
a { background-color: rgb(227,48,66); }
div.DivClassName
{
background-color: #E33042;
}
.BgClassName
{
background-color: #E33042;
}
</style>
border-color css
<style>
span { border-color: #E33042; }
span { border-color: rgb(227,48,66); }
td.TdClassName
{
border-color: #E33042;
}
.TagClassName
{
border-color: #E33042;
}
</style>