Shades of Alizarin #E9172F
Tints of Alizarin #E9172F
RGB
CMYK
RGB Variations
Color information
#E9172F (or 0xE9172F) is known color: Alizarin. HEX triplet: E9, 17 and 2F. RGB value is (233,23,47). Sum of RGB (Red+Green+Blue) = 233+23+47=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E9172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9172F is #16E8D0. Grayscale: #585858. Windows color (decimal): -1501393 or 3086313. OLE color: 3086313.
HSL color Cylindrical-coordinate representation of color #E9172F: hue angle of 353.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9172F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 47 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.09 |
| HSL | 353.14º | 0.83% | 0.5% | - |
| HSV(B) | 353.14º | 0.9% | 0.91% | - |
| XYZ | 34.42 | 18.14 | 4.38 | - |
| YUV | 88.53 | 104.57 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 47 | 0 | 0.90 | 0.80 | 0.09 | 353.14 | 0.83 | 0.5 |
| Hex | E9 | 17 | 2F | 0 | 5A | 50 | 9 | 161 | 53 | 32 |
| Octal | 351 | 27 | 57 | 0 | 132 | 120 | 11 | 541 | 123 | 62 |
| Binary | 11101001 | 10111 | 101111 | 0 | 1011010 | 1010000 | 1001 | 101100001 | 1010011 | 110010 |
Color Harmonies of #E9172F
Complementary color
Monochromatic Colors of #E9172F
Black with #E9172F
Text Example
Text Example
White with #E9172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9172F; }
p { color: rgb(233,23,47); }
H1.HeaderClassName
{
color: #E9172F;
}
.AnyTagClassName
{
color: #E9172F;
}
</style>
background-color css
<style>
a { background-color: #E9172F; }
a { background-color: rgb(233,23,47); }
div.DivClassName
{
background-color: #E9172F;
}
.BgClassName
{
background-color: #E9172F;
}
</style>
border-color css
<style>
span { border-color: #E9172F; }
span { border-color: rgb(233,23,47); }
td.TdClassName
{
border-color: #E9172F;
}
.TagClassName
{
border-color: #E9172F;
}
</style>