Shades of Alizarin #ED172B
Tints of Alizarin #ED172B
RGB
CMYK
RGB Variations
Color information
#ED172B (or 0xED172B) is known color: Alizarin. HEX triplet: ED, 17 and 2B. RGB value is (237,23,43). Sum of RGB (Red+Green+Blue) = 237+23+43=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED172B is #12E8D4. Grayscale: #595959. Windows color (decimal): -1239253 or 2824173. OLE color: 2824173.
HSL color Cylindrical-coordinate representation of color #ED172B: hue angle of 354.39º 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 #ED172B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 43 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.07 |
| HSL | 354.39º | 0.86% | 0.51% | - |
| HSV(B) | 354.39º | 0.9% | 0.93% | - |
| XYZ | 35.67 | 18.79 | 4.03 | - |
| YUV | 89.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 43 | 0 | 0.90 | 0.82 | 0.07 | 354.39 | 0.86 | 0.51 |
| Hex | ED | 17 | 2B | 0 | 5A | 52 | 7 | 162 | 56 | 33 |
| Octal | 355 | 27 | 53 | 0 | 132 | 122 | 7 | 542 | 126 | 63 |
| Binary | 11101101 | 10111 | 101011 | 0 | 1011010 | 1010010 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #ED172B
Complementary color
Monochromatic Colors of #ED172B
Black with #ED172B
Text Example
Text Example
White with #ED172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED172B; }
p { color: rgb(237,23,43); }
H1.HeaderClassName
{
color: #ED172B;
}
.AnyTagClassName
{
color: #ED172B;
}
</style>
background-color css
<style>
a { background-color: #ED172B; }
a { background-color: rgb(237,23,43); }
div.DivClassName
{
background-color: #ED172B;
}
.BgClassName
{
background-color: #ED172B;
}
</style>
border-color css
<style>
span { border-color: #ED172B; }
span { border-color: rgb(237,23,43); }
td.TdClassName
{
border-color: #ED172B;
}
.TagClassName
{
border-color: #ED172B;
}
</style>