Shades of Alizarin #E6172F
Tints of Alizarin #E6172F
RGB
CMYK
RGB Variations
Color information
#E6172F (or 0xE6172F) is known color: Alizarin. HEX triplet: E6, 17 and 2F. RGB value is (230,23,47). Sum of RGB (Red+Green+Blue) = 230+23+47=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E6172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6172F is #19E8D0. Grayscale: #575757. Windows color (decimal): -1698001 or 3086310. OLE color: 3086310.
HSL color Cylindrical-coordinate representation of color #E6172F: hue angle of 353.04º 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 #E6172F is Cyan = 0, Magento = 0.9, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 47 | - |
| CMYK | 0 | 0.9 | 0.80 | 0.10 |
| HSL | 353.04º | 0.82% | 0.5% | - |
| HSV(B) | 353.04º | 0.9% | 0.9% | - |
| XYZ | 33.45 | 17.64 | 4.33 | - |
| YUV | 87.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 47 | 0 | 0.9 | 0.80 | 0.10 | 353.04 | 0.82 | 0.5 |
| Hex | E6 | 17 | 2F | 0 | 5A | 50 | A | 161 | 52 | 32 |
| Octal | 346 | 27 | 57 | 0 | 132 | 120 | 12 | 541 | 122 | 62 |
| Binary | 11100110 | 10111 | 101111 | 0 | 1011010 | 1010000 | 1010 | 101100001 | 1010010 | 110010 |
Color Harmonies of #E6172F
Complementary color
Monochromatic Colors of #E6172F
Black with #E6172F
Text Example
Text Example
White with #E6172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6172F; }
p { color: rgb(230,23,47); }
H1.HeaderClassName
{
color: #E6172F;
}
.AnyTagClassName
{
color: #E6172F;
}
</style>
background-color css
<style>
a { background-color: #E6172F; }
a { background-color: rgb(230,23,47); }
div.DivClassName
{
background-color: #E6172F;
}
.BgClassName
{
background-color: #E6172F;
}
</style>
border-color css
<style>
span { border-color: #E6172F; }
span { border-color: rgb(230,23,47); }
td.TdClassName
{
border-color: #E6172F;
}
.TagClassName
{
border-color: #E6172F;
}
</style>