Shades of Alizarin #ED1723
Tints of Alizarin #ED1723
RGB
CMYK
RGB Variations
Color information
#ED1723 (or 0xED1723) is known color: Alizarin. HEX triplet: ED, 17 and 23. RGB value is (237,23,35). Sum of RGB (Red+Green+Blue) = 237+23+35=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1723 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1723 is #12E8DC. Grayscale: #585858. Windows color (decimal): -1239261 or 2299885. OLE color: 2299885.
HSL color Cylindrical-coordinate representation of color #ED1723: hue angle of 356.64º 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 #ED1723 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 35 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.07 |
| HSL | 356.64º | 0.86% | 0.51% | - |
| HSV(B) | 356.64º | 0.9% | 0.93% | - |
| XYZ | 35.53 | 18.74 | 3.33 | - |
| YUV | 88.35 | 97.9 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 35 | 0 | 0.90 | 0.85 | 0.07 | 356.64 | 0.86 | 0.51 |
| Hex | ED | 17 | 23 | 0 | 5A | 55 | 7 | 165 | 56 | 33 |
| Octal | 355 | 27 | 43 | 0 | 132 | 125 | 7 | 545 | 126 | 63 |
| Binary | 11101101 | 10111 | 100011 | 0 | 1011010 | 1010101 | 111 | 101100101 | 1010110 | 110011 |
Color Harmonies of #ED1723
Complementary color
Monochromatic Colors of #ED1723
Black with #ED1723
Text Example
Text Example
White with #ED1723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1723; }
p { color: rgb(237,23,35); }
H1.HeaderClassName
{
color: #ED1723;
}
.AnyTagClassName
{
color: #ED1723;
}
</style>
background-color css
<style>
a { background-color: #ED1723; }
a { background-color: rgb(237,23,35); }
div.DivClassName
{
background-color: #ED1723;
}
.BgClassName
{
background-color: #ED1723;
}
</style>
border-color css
<style>
span { border-color: #ED1723; }
span { border-color: rgb(237,23,35); }
td.TdClassName
{
border-color: #ED1723;
}
.TagClassName
{
border-color: #ED1723;
}
</style>