Shades of Alizarin #EB172C
Tints of Alizarin #EB172C
RGB
CMYK
RGB Variations
Color information
#EB172C (or 0xEB172C) is known color: Alizarin. HEX triplet: EB, 17 and 2C. RGB value is (235,23,44). Sum of RGB (Red+Green+Blue) = 235+23+44=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB172C is #14E8D3. Grayscale: #585858. Windows color (decimal): -1370324 or 2889707. OLE color: 2889707.
HSL color Cylindrical-coordinate representation of color #EB172C: hue angle of 354.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB172C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 44 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.08 |
| HSL | 354.06º | 0.84% | 0.51% | - |
| HSV(B) | 354.06º | 0.9% | 0.92% | - |
| XYZ | 35.02 | 18.46 | 4.1 | - |
| YUV | 88.78 | 102.74 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 44 | 0 | 0.90 | 0.81 | 0.08 | 354.06 | 0.84 | 0.51 |
| Hex | EB | 17 | 2C | 0 | 5A | 51 | 8 | 162 | 54 | 33 |
| Octal | 353 | 27 | 54 | 0 | 132 | 121 | 10 | 542 | 124 | 63 |
| Binary | 11101011 | 10111 | 101100 | 0 | 1011010 | 1010001 | 1000 | 101100010 | 1010100 | 110011 |
Color Harmonies of #EB172C
Complementary color
Monochromatic Colors of #EB172C
Black with #EB172C
Text Example
Text Example
White with #EB172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB172C; }
p { color: rgb(235,23,44); }
H1.HeaderClassName
{
color: #EB172C;
}
.AnyTagClassName
{
color: #EB172C;
}
</style>
background-color css
<style>
a { background-color: #EB172C; }
a { background-color: rgb(235,23,44); }
div.DivClassName
{
background-color: #EB172C;
}
.BgClassName
{
background-color: #EB172C;
}
</style>
border-color css
<style>
span { border-color: #EB172C; }
span { border-color: rgb(235,23,44); }
td.TdClassName
{
border-color: #EB172C;
}
.TagClassName
{
border-color: #EB172C;
}
</style>