Shades of Alizarin #E6172E
Tints of Alizarin #E6172E
RGB
CMYK
RGB Variations
Color information
#E6172E (or 0xE6172E) is known color: Alizarin. HEX triplet: E6, 17 and 2E. RGB value is (230,23,46). Sum of RGB (Red+Green+Blue) = 230+23+46=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E6172E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6172E is #19E8D1. Grayscale: #575757. Windows color (decimal): -1698002 or 3020774. OLE color: 3020774.
HSL color Cylindrical-coordinate representation of color #E6172E: hue angle of 353.33º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6172E is Cyan = 0, Magento = 0.9, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 46 | - |
| CMYK | 0 | 0.9 | 0.8 | 0.10 |
| HSL | 353.33º | 0.82% | 0.5% | - |
| HSV(B) | 353.33º | 0.9% | 0.9% | - |
| XYZ | 33.43 | 17.63 | 4.23 | - |
| YUV | 87.52 | 104.58 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 46 | 0 | 0.9 | 0.8 | 0.10 | 353.33 | 0.82 | 0.5 |
| Hex | E6 | 17 | 2E | 0 | 5A | 50 | A | 161 | 52 | 32 |
| Octal | 346 | 27 | 56 | 0 | 132 | 120 | 12 | 541 | 122 | 62 |
| Binary | 11100110 | 10111 | 101110 | 0 | 1011010 | 1010000 | 1010 | 101100001 | 1010010 | 110010 |
Color Harmonies of #E6172E
Complementary color
Monochromatic Colors of #E6172E
Black with #E6172E
Text Example
Text Example
White with #E6172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6172E; }
p { color: rgb(230,23,46); }
H1.HeaderClassName
{
color: #E6172E;
}
.AnyTagClassName
{
color: #E6172E;
}
</style>
background-color css
<style>
a { background-color: #E6172E; }
a { background-color: rgb(230,23,46); }
div.DivClassName
{
background-color: #E6172E;
}
.BgClassName
{
background-color: #E6172E;
}
</style>
border-color css
<style>
span { border-color: #E6172E; }
span { border-color: rgb(230,23,46); }
td.TdClassName
{
border-color: #E6172E;
}
.TagClassName
{
border-color: #E6172E;
}
</style>