Shades of Alizarin #E63540
Tints of Alizarin #E63540
RGB
CMYK
RGB Variations
Color information
#E63540 (or 0xE63540) is known color: Alizarin. HEX triplet: E6, 35 and 40. RGB value is (230,53,64). Sum of RGB (Red+Green+Blue) = 230+53+64=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E63540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63540 is #19CABF. Grayscale: #6B6B6B. Windows color (decimal): -1690304 or 4208102. OLE color: 4208102.
HSL color Cylindrical-coordinate representation of color #E63540: hue angle of 356.27º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63540 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 64 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.10 |
| HSL | 356.27º | 0.78% | 0.55% | - |
| HSV(B) | 356.27º | 0.77% | 0.9% | - |
| XYZ | 34.83 | 19.74 | 6.82 | - |
| YUV | 107.18 | 103.64 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 64 | 0 | 0.77 | 0.72 | 0.10 | 356.27 | 0.78 | 0.55 |
| Hex | E6 | 35 | 40 | 0 | 4D | 48 | A | 164 | 4E | 37 |
| Octal | 346 | 65 | 100 | 0 | 115 | 110 | 12 | 544 | 116 | 67 |
| Binary | 11100110 | 110101 | 1000000 | 0 | 1001101 | 1001000 | 1010 | 101100100 | 1001110 | 110111 |
Color Harmonies of #E63540
Complementary color
Monochromatic Colors of #E63540
Black with #E63540
Text Example
Text Example
White with #E63540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63540; }
p { color: rgb(230,53,64); }
H1.HeaderClassName
{
color: #E63540;
}
.AnyTagClassName
{
color: #E63540;
}
</style>
background-color css
<style>
a { background-color: #E63540; }
a { background-color: rgb(230,53,64); }
div.DivClassName
{
background-color: #E63540;
}
.BgClassName
{
background-color: #E63540;
}
</style>
border-color css
<style>
span { border-color: #E63540; }
span { border-color: rgb(230,53,64); }
td.TdClassName
{
border-color: #E63540;
}
.TagClassName
{
border-color: #E63540;
}
</style>