Shades of Alizarin #ED172D
Tints of Alizarin #ED172D
RGB
CMYK
RGB Variations
Color information
#ED172D (or 0xED172D) is known color: Alizarin. HEX triplet: ED, 17 and 2D. RGB value is (237,23,45). Sum of RGB (Red+Green+Blue) = 237+23+45=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED172D is #12E8D2. Grayscale: #595959. Windows color (decimal): -1239251 or 2955245. OLE color: 2955245.
HSL color Cylindrical-coordinate representation of color #ED172D: hue angle of 353.83º 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 #ED172D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.07 |
| HSL | 353.83º | 0.86% | 0.51% | - |
| HSV(B) | 353.83º | 0.9% | 0.93% | - |
| XYZ | 35.71 | 18.81 | 4.23 | - |
| YUV | 89.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 45 | 0 | 0.90 | 0.81 | 0.07 | 353.83 | 0.86 | 0.51 |
| Hex | ED | 17 | 2D | 0 | 5A | 51 | 7 | 162 | 56 | 33 |
| Octal | 355 | 27 | 55 | 0 | 132 | 121 | 7 | 542 | 126 | 63 |
| Binary | 11101101 | 10111 | 101101 | 0 | 1011010 | 1010001 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #ED172D
Complementary color
Monochromatic Colors of #ED172D
Black with #ED172D
Text Example
Text Example
White with #ED172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED172D; }
p { color: rgb(237,23,45); }
H1.HeaderClassName
{
color: #ED172D;
}
.AnyTagClassName
{
color: #ED172D;
}
</style>
background-color css
<style>
a { background-color: #ED172D; }
a { background-color: rgb(237,23,45); }
div.DivClassName
{
background-color: #ED172D;
}
.BgClassName
{
background-color: #ED172D;
}
</style>
border-color css
<style>
span { border-color: #ED172D; }
span { border-color: rgb(237,23,45); }
td.TdClassName
{
border-color: #ED172D;
}
.TagClassName
{
border-color: #ED172D;
}
</style>