Shades of Alizarin #E62141
Tints of Alizarin #E62141
RGB
CMYK
RGB Variations
Color information
#E62141 (or 0xE62141) is known color: Alizarin. HEX triplet: E6, 21 and 41. RGB value is (230,33,65). Sum of RGB (Red+Green+Blue) = 230+33+65=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E62141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62141 is #19DEBE. Grayscale: #5F5F5F. Windows color (decimal): -1695423 or 4268518. OLE color: 4268518.
HSL color Cylindrical-coordinate representation of color #E62141: hue angle of 350.25º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62141 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 65 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.10 |
| HSL | 350.25º | 0.8% | 0.52% | - |
| HSV(B) | 350.25º | 0.86% | 0.9% | - |
| XYZ | 34.13 | 18.29 | 6.73 | - |
| YUV | 95.55 | 110.77 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 65 | 0 | 0.86 | 0.72 | 0.10 | 350.25 | 0.8 | 0.52 |
| Hex | E6 | 21 | 41 | 0 | 56 | 48 | A | 15E | 50 | 34 |
| Octal | 346 | 41 | 101 | 0 | 126 | 110 | 12 | 536 | 120 | 64 |
| Binary | 11100110 | 100001 | 1000001 | 0 | 1010110 | 1001000 | 1010 | 101011110 | 1010000 | 110100 |
Color Harmonies of #E62141
Complementary color
Monochromatic Colors of #E62141
Black with #E62141
Text Example
Text Example
White with #E62141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62141; }
p { color: rgb(230,33,65); }
H1.HeaderClassName
{
color: #E62141;
}
.AnyTagClassName
{
color: #E62141;
}
</style>
background-color css
<style>
a { background-color: #E62141; }
a { background-color: rgb(230,33,65); }
div.DivClassName
{
background-color: #E62141;
}
.BgClassName
{
background-color: #E62141;
}
</style>
border-color css
<style>
span { border-color: #E62141; }
span { border-color: rgb(230,33,65); }
td.TdClassName
{
border-color: #E62141;
}
.TagClassName
{
border-color: #E62141;
}
</style>