Shades of Alizarin #E6192C
Tints of Alizarin #E6192C
RGB
CMYK
RGB Variations
Color information
#E6192C (or 0xE6192C) is known color: Alizarin. HEX triplet: E6, 19 and 2C. RGB value is (230,25,44). Sum of RGB (Red+Green+Blue) = 230+25+44=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E6192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6192C is #19E6D3. Grayscale: #585858. Windows color (decimal): -1697492 or 2890214. OLE color: 2890214.
HSL color Cylindrical-coordinate representation of color #E6192C: hue angle of 354.44º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6192C is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 44 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.10 |
| HSL | 354.44º | 0.8% | 0.5% | - |
| HSV(B) | 354.44º | 0.89% | 0.9% | - |
| XYZ | 33.44 | 17.7 | 4.04 | - |
| YUV | 88.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 44 | 0 | 0.89 | 0.81 | 0.10 | 354.44 | 0.8 | 0.5 |
| Hex | E6 | 19 | 2C | 0 | 59 | 51 | A | 162 | 50 | 32 |
| Octal | 346 | 31 | 54 | 0 | 131 | 121 | 12 | 542 | 120 | 62 |
| Binary | 11100110 | 11001 | 101100 | 0 | 1011001 | 1010001 | 1010 | 101100010 | 1010000 | 110010 |
Color Harmonies of #E6192C
Complementary color
Monochromatic Colors of #E6192C
Black with #E6192C
Text Example
Text Example
White with #E6192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6192C; }
p { color: rgb(230,25,44); }
H1.HeaderClassName
{
color: #E6192C;
}
.AnyTagClassName
{
color: #E6192C;
}
</style>
background-color css
<style>
a { background-color: #E6192C; }
a { background-color: rgb(230,25,44); }
div.DivClassName
{
background-color: #E6192C;
}
.BgClassName
{
background-color: #E6192C;
}
</style>
border-color css
<style>
span { border-color: #E6192C; }
span { border-color: rgb(230,25,44); }
td.TdClassName
{
border-color: #E6192C;
}
.TagClassName
{
border-color: #E6192C;
}
</style>