Shades of Alizarin #E63A40
Tints of Alizarin #E63A40
RGB
CMYK
RGB Variations
Color information
#E63A40 (or 0xE63A40) is known color: Alizarin. HEX triplet: E6, 3A and 40. RGB value is (230,58,64). Sum of RGB (Red+Green+Blue) = 230+58+64=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63A40 is #19C5BF. Grayscale: #6E6E6E. Windows color (decimal): -1689024 or 4209382. OLE color: 4209382.
HSL color Cylindrical-coordinate representation of color #E63A40: hue angle of 357.91º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63A40 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 64 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.10 |
| HSL | 357.91º | 0.77% | 0.56% | - |
| HSV(B) | 357.91º | 0.75% | 0.9% | - |
| XYZ | 35.07 | 20.22 | 6.9 | - |
| YUV | 110.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 64 | 0 | 0.75 | 0.72 | 0.10 | 357.91 | 0.77 | 0.56 |
| Hex | E6 | 3A | 40 | 0 | 4B | 48 | A | 166 | 4D | 38 |
| Octal | 346 | 72 | 100 | 0 | 113 | 110 | 12 | 546 | 115 | 70 |
| Binary | 11100110 | 111010 | 1000000 | 0 | 1001011 | 1001000 | 1010 | 101100110 | 1001101 | 111000 |
Color Harmonies of #E63A40
Complementary color
Monochromatic Colors of #E63A40
Black with #E63A40
Text Example
Text Example
White with #E63A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A40; }
p { color: rgb(230,58,64); }
H1.HeaderClassName
{
color: #E63A40;
}
.AnyTagClassName
{
color: #E63A40;
}
</style>
background-color css
<style>
a { background-color: #E63A40; }
a { background-color: rgb(230,58,64); }
div.DivClassName
{
background-color: #E63A40;
}
.BgClassName
{
background-color: #E63A40;
}
</style>
border-color css
<style>
span { border-color: #E63A40; }
span { border-color: rgb(230,58,64); }
td.TdClassName
{
border-color: #E63A40;
}
.TagClassName
{
border-color: #E63A40;
}
</style>