Shades of Alizarin #ED2021
Tints of Alizarin #ED2021
RGB
CMYK
RGB Variations
Color information
#ED2021 (or 0xED2021) is known color: Alizarin. HEX triplet: ED, 20 and 21. RGB value is (237,32,33). Sum of RGB (Red+Green+Blue) = 237+32+33=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2021 is #12DFDE. Grayscale: #5D5D5D. Windows color (decimal): -1236959 or 2171117. OLE color: 2171117.
HSL color Cylindrical-coordinate representation of color #ED2021: hue angle of 359.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2021 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 33 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.07 |
| HSL | 359.71º | 0.85% | 0.53% | - |
| HSV(B) | 359.71º | 0.86% | 0.93% | - |
| XYZ | 35.72 | 19.15 | 3.25 | - |
| YUV | 93.41 | 93.92 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 33 | 0 | 0.86 | 0.86 | 0.07 | 359.71 | 0.85 | 0.53 |
| Hex | ED | 20 | 21 | 0 | 56 | 56 | 7 | 168 | 55 | 35 |
| Octal | 355 | 40 | 41 | 0 | 126 | 126 | 7 | 550 | 125 | 65 |
| Binary | 11101101 | 100000 | 100001 | 0 | 1010110 | 1010110 | 111 | 101101000 | 1010101 | 110101 |
Color Harmonies of #ED2021
Complementary color
Monochromatic Colors of #ED2021
Black with #ED2021
Text Example
Text Example
White with #ED2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2021; }
p { color: rgb(237,32,33); }
H1.HeaderClassName
{
color: #ED2021;
}
.AnyTagClassName
{
color: #ED2021;
}
</style>
background-color css
<style>
a { background-color: #ED2021; }
a { background-color: rgb(237,32,33); }
div.DivClassName
{
background-color: #ED2021;
}
.BgClassName
{
background-color: #ED2021;
}
</style>
border-color css
<style>
span { border-color: #ED2021; }
span { border-color: rgb(237,32,33); }
td.TdClassName
{
border-color: #ED2021;
}
.TagClassName
{
border-color: #ED2021;
}
</style>