Shades of Alizarin #E63740
Tints of Alizarin #E63740
RGB
CMYK
RGB Variations
Color information
#E63740 (or 0xE63740) is known color: Alizarin. HEX triplet: E6, 37 and 40. RGB value is (230,55,64). Sum of RGB (Red+Green+Blue) = 230+55+64=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E63740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63740 is #19C8BF. Grayscale: #6C6C6C. Windows color (decimal): -1689792 or 4208614. OLE color: 4208614.
HSL color Cylindrical-coordinate representation of color #E63740: hue angle of 356.91º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E63740 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 64 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.10 |
| HSL | 356.91º | 0.78% | 0.56% | - |
| HSV(B) | 356.91º | 0.76% | 0.9% | - |
| XYZ | 34.92 | 19.93 | 6.86 | - |
| YUV | 108.35 | 102.98 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 64 | 0 | 0.76 | 0.72 | 0.10 | 356.91 | 0.78 | 0.56 |
| Hex | E6 | 37 | 40 | 0 | 4C | 48 | A | 165 | 4E | 38 |
| Octal | 346 | 67 | 100 | 0 | 114 | 110 | 12 | 545 | 116 | 70 |
| Binary | 11100110 | 110111 | 1000000 | 0 | 1001100 | 1001000 | 1010 | 101100101 | 1001110 | 111000 |
Color Harmonies of #E63740
Complementary color
Monochromatic Colors of #E63740
Black with #E63740
Text Example
Text Example
White with #E63740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63740; }
p { color: rgb(230,55,64); }
H1.HeaderClassName
{
color: #E63740;
}
.AnyTagClassName
{
color: #E63740;
}
</style>
background-color css
<style>
a { background-color: #E63740; }
a { background-color: rgb(230,55,64); }
div.DivClassName
{
background-color: #E63740;
}
.BgClassName
{
background-color: #E63740;
}
</style>
border-color css
<style>
span { border-color: #E63740; }
span { border-color: rgb(230,55,64); }
td.TdClassName
{
border-color: #E63740;
}
.TagClassName
{
border-color: #E63740;
}
</style>