Shades of Alizarin #E33C40
Tints of Alizarin #E33C40
RGB
CMYK
RGB Variations
Color information
#E33C40 (or 0xE33C40) is known color: Alizarin. HEX triplet: E3, 3C and 40. RGB value is (227,60,64). Sum of RGB (Red+Green+Blue) = 227+60+64=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E33C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33C40 is #1CC3BF. Grayscale: #6E6E6E. Windows color (decimal): -1885120 or 4209891. OLE color: 4209891.
HSL color Cylindrical-coordinate representation of color #E33C40: hue angle of 358.56º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33C40 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 64 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.11 |
| HSL | 358.56º | 0.75% | 0.56% | - |
| HSV(B) | 358.56º | 0.74% | 0.89% | - |
| XYZ | 34.22 | 19.93 | 6.89 | - |
| YUV | 110.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 64 | 0 | 0.74 | 0.72 | 0.11 | 358.56 | 0.75 | 0.56 |
| Hex | E3 | 3C | 40 | 0 | 4A | 48 | B | 167 | 4B | 38 |
| Octal | 343 | 74 | 100 | 0 | 112 | 110 | 13 | 547 | 113 | 70 |
| Binary | 11100011 | 111100 | 1000000 | 0 | 1001010 | 1001000 | 1011 | 101100111 | 1001011 | 111000 |
Color Harmonies of #E33C40
Complementary color
Monochromatic Colors of #E33C40
Black with #E33C40
Text Example
Text Example
White with #E33C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33C40; }
p { color: rgb(227,60,64); }
H1.HeaderClassName
{
color: #E33C40;
}
.AnyTagClassName
{
color: #E33C40;
}
</style>
background-color css
<style>
a { background-color: #E33C40; }
a { background-color: rgb(227,60,64); }
div.DivClassName
{
background-color: #E33C40;
}
.BgClassName
{
background-color: #E33C40;
}
</style>
border-color css
<style>
span { border-color: #E33C40; }
span { border-color: rgb(227,60,64); }
td.TdClassName
{
border-color: #E33C40;
}
.TagClassName
{
border-color: #E33C40;
}
</style>