Shades of Alizarin #ED1721
Tints of Alizarin #ED1721
RGB
CMYK
RGB Variations
Color information
#ED1721 (or 0xED1721) is known color: Alizarin. HEX triplet: ED, 17 and 21. RGB value is (237,23,33). Sum of RGB (Red+Green+Blue) = 237+23+33=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1721 is #12E8DE. Grayscale: #585858. Windows color (decimal): -1239263 or 2168813. OLE color: 2168813.
HSL color Cylindrical-coordinate representation of color #ED1721: hue angle of 357.2º 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 #ED1721 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 33 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.07 |
| HSL | 357.2º | 0.86% | 0.51% | - |
| HSV(B) | 357.2º | 0.9% | 0.93% | - |
| XYZ | 35.51 | 18.73 | 3.18 | - |
| YUV | 88.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 33 | 0 | 0.90 | 0.86 | 0.07 | 357.2 | 0.86 | 0.51 |
| Hex | ED | 17 | 21 | 0 | 5A | 56 | 7 | 165 | 56 | 33 |
| Octal | 355 | 27 | 41 | 0 | 132 | 126 | 7 | 545 | 126 | 63 |
| Binary | 11101101 | 10111 | 100001 | 0 | 1011010 | 1010110 | 111 | 101100101 | 1010110 | 110011 |
Color Harmonies of #ED1721
Complementary color
Monochromatic Colors of #ED1721
Black with #ED1721
Text Example
Text Example
White with #ED1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1721; }
p { color: rgb(237,23,33); }
H1.HeaderClassName
{
color: #ED1721;
}
.AnyTagClassName
{
color: #ED1721;
}
</style>
background-color css
<style>
a { background-color: #ED1721; }
a { background-color: rgb(237,23,33); }
div.DivClassName
{
background-color: #ED1721;
}
.BgClassName
{
background-color: #ED1721;
}
</style>
border-color css
<style>
span { border-color: #ED1721; }
span { border-color: rgb(237,23,33); }
td.TdClassName
{
border-color: #ED1721;
}
.TagClassName
{
border-color: #ED1721;
}
</style>