Shades of Alizarin #E62940
Tints of Alizarin #E62940
RGB
CMYK
RGB Variations
Color information
#E62940 (or 0xE62940) is known color: Alizarin. HEX triplet: E6, 29 and 40. RGB value is (230,41,64). Sum of RGB (Red+Green+Blue) = 230+41+64=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E62940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62940 is #19D6BF. Grayscale: #646464. Windows color (decimal): -1693376 or 4205030. OLE color: 4205030.
HSL color Cylindrical-coordinate representation of color #E62940: hue angle of 352.7º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62940 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 64 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.10 |
| HSL | 352.7º | 0.79% | 0.53% | - |
| HSV(B) | 352.7º | 0.82% | 0.9% | - |
| XYZ | 34.35 | 18.78 | 6.66 | - |
| YUV | 100.13 | 107.62 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 64 | 0 | 0.82 | 0.72 | 0.10 | 352.7 | 0.79 | 0.53 |
| Hex | E6 | 29 | 40 | 0 | 52 | 48 | A | 161 | 4F | 35 |
| Octal | 346 | 51 | 100 | 0 | 122 | 110 | 12 | 541 | 117 | 65 |
| Binary | 11100110 | 101001 | 1000000 | 0 | 1010010 | 1001000 | 1010 | 101100001 | 1001111 | 110101 |
Color Harmonies of #E62940
Complementary color
Monochromatic Colors of #E62940
Black with #E62940
Text Example
Text Example
White with #E62940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62940; }
p { color: rgb(230,41,64); }
H1.HeaderClassName
{
color: #E62940;
}
.AnyTagClassName
{
color: #E62940;
}
</style>
background-color css
<style>
a { background-color: #E62940; }
a { background-color: rgb(230,41,64); }
div.DivClassName
{
background-color: #E62940;
}
.BgClassName
{
background-color: #E62940;
}
</style>
border-color css
<style>
span { border-color: #E62940; }
span { border-color: rgb(230,41,64); }
td.TdClassName
{
border-color: #E62940;
}
.TagClassName
{
border-color: #E62940;
}
</style>