Shades of Alizarin #E62C40
Tints of Alizarin #E62C40
RGB
CMYK
RGB Variations
Color information
#E62C40 (or 0xE62C40) is known color: Alizarin. HEX triplet: E6, 2C and 40. RGB value is (230,44,64). Sum of RGB (Red+Green+Blue) = 230+44+64=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62C40 is #19D3BF. Grayscale: #666666. Windows color (decimal): -1692608 or 4205798. OLE color: 4205798.
HSL color Cylindrical-coordinate representation of color #E62C40: hue angle of 353.55º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62C40 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 64 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.10 |
| HSL | 353.55º | 0.79% | 0.54% | - |
| HSV(B) | 353.55º | 0.81% | 0.9% | - |
| XYZ | 34.46 | 18.99 | 6.7 | - |
| YUV | 101.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 64 | 0 | 0.81 | 0.72 | 0.10 | 353.55 | 0.79 | 0.54 |
| Hex | E6 | 2C | 40 | 0 | 51 | 48 | A | 162 | 4F | 36 |
| Octal | 346 | 54 | 100 | 0 | 121 | 110 | 12 | 542 | 117 | 66 |
| Binary | 11100110 | 101100 | 1000000 | 0 | 1010001 | 1001000 | 1010 | 101100010 | 1001111 | 110110 |
Color Harmonies of #E62C40
Complementary color
Monochromatic Colors of #E62C40
Black with #E62C40
Text Example
Text Example
White with #E62C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62C40; }
p { color: rgb(230,44,64); }
H1.HeaderClassName
{
color: #E62C40;
}
.AnyTagClassName
{
color: #E62C40;
}
</style>
background-color css
<style>
a { background-color: #E62C40; }
a { background-color: rgb(230,44,64); }
div.DivClassName
{
background-color: #E62C40;
}
.BgClassName
{
background-color: #E62C40;
}
</style>
border-color css
<style>
span { border-color: #E62C40; }
span { border-color: rgb(230,44,64); }
td.TdClassName
{
border-color: #E62C40;
}
.TagClassName
{
border-color: #E62C40;
}
</style>