Shades of Alizarin #E6172C
Tints of Alizarin #E6172C
RGB
CMYK
RGB Variations
Color information
#E6172C (or 0xE6172C) is known color: Alizarin. HEX triplet: E6, 17 and 2C. RGB value is (230,23,44). Sum of RGB (Red+Green+Blue) = 230+23+44=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E6172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6172C is #19E8D3. Grayscale: #575757. Windows color (decimal): -1698004 or 2889702. OLE color: 2889702.
HSL color Cylindrical-coordinate representation of color #E6172C: hue angle of 353.91º 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 #E6172C is Cyan = 0, Magento = 0.9, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 44 | - |
| CMYK | 0 | 0.9 | 0.81 | 0.10 |
| HSL | 353.91º | 0.82% | 0.5% | - |
| HSV(B) | 353.91º | 0.9% | 0.9% | - |
| XYZ | 33.39 | 17.62 | 4.02 | - |
| YUV | 87.29 | 103.58 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 44 | 0 | 0.9 | 0.81 | 0.10 | 353.91 | 0.82 | 0.5 |
| Hex | E6 | 17 | 2C | 0 | 5A | 51 | A | 162 | 52 | 32 |
| Octal | 346 | 27 | 54 | 0 | 132 | 121 | 12 | 542 | 122 | 62 |
| Binary | 11100110 | 10111 | 101100 | 0 | 1011010 | 1010001 | 1010 | 101100010 | 1010010 | 110010 |
Color Harmonies of #E6172C
Complementary color
Monochromatic Colors of #E6172C
Black with #E6172C
Text Example
Text Example
White with #E6172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6172C; }
p { color: rgb(230,23,44); }
H1.HeaderClassName
{
color: #E6172C;
}
.AnyTagClassName
{
color: #E6172C;
}
</style>
background-color css
<style>
a { background-color: #E6172C; }
a { background-color: rgb(230,23,44); }
div.DivClassName
{
background-color: #E6172C;
}
.BgClassName
{
background-color: #E6172C;
}
</style>
border-color css
<style>
span { border-color: #E6172C; }
span { border-color: rgb(230,23,44); }
td.TdClassName
{
border-color: #E6172C;
}
.TagClassName
{
border-color: #E6172C;
}
</style>