Shades of Alizarin #ED172C
Tints of Alizarin #ED172C
RGB
CMYK
RGB Variations
Color information
#ED172C (or 0xED172C) is known color: Alizarin. HEX triplet: ED, 17 and 2C. RGB value is (237,23,44). Sum of RGB (Red+Green+Blue) = 237+23+44=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED172C is #12E8D3. Grayscale: #595959. Windows color (decimal): -1239252 or 2889709. OLE color: 2889709.
HSL color Cylindrical-coordinate representation of color #ED172C: hue angle of 354.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED172C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 44 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.07 |
| HSL | 354.11º | 0.86% | 0.51% | - |
| HSV(B) | 354.11º | 0.9% | 0.93% | - |
| XYZ | 35.69 | 18.8 | 4.13 | - |
| YUV | 89.38 | 102.4 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 44 | 0 | 0.90 | 0.81 | 0.07 | 354.11 | 0.86 | 0.51 |
| Hex | ED | 17 | 2C | 0 | 5A | 51 | 7 | 162 | 56 | 33 |
| Octal | 355 | 27 | 54 | 0 | 132 | 121 | 7 | 542 | 126 | 63 |
| Binary | 11101101 | 10111 | 101100 | 0 | 1011010 | 1010001 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #ED172C
Complementary color
Monochromatic Colors of #ED172C
Black with #ED172C
Text Example
Text Example
White with #ED172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED172C; }
p { color: rgb(237,23,44); }
H1.HeaderClassName
{
color: #ED172C;
}
.AnyTagClassName
{
color: #ED172C;
}
</style>
background-color css
<style>
a { background-color: #ED172C; }
a { background-color: rgb(237,23,44); }
div.DivClassName
{
background-color: #ED172C;
}
.BgClassName
{
background-color: #ED172C;
}
</style>
border-color css
<style>
span { border-color: #ED172C; }
span { border-color: rgb(237,23,44); }
td.TdClassName
{
border-color: #ED172C;
}
.TagClassName
{
border-color: #ED172C;
}
</style>