Shades of Alizarin #ED2122
Tints of Alizarin #ED2122
RGB
CMYK
RGB Variations
Color information
#ED2122 (or 0xED2122) is known color: Alizarin. HEX triplet: ED, 21 and 22. RGB value is (237,33,34). Sum of RGB (Red+Green+Blue) = 237+33+34=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2122 is #12DEDD. Grayscale: #5E5E5E. Windows color (decimal): -1236702 or 2236909. OLE color: 2236909.
HSL color Cylindrical-coordinate representation of color #ED2122: 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 #ED2122 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 34 | - |
| 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.76 | 19.21 | 3.34 | - |
| YUV | 94.11 | 94.09 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 34 | 0 | 0.86 | 0.86 | 0.07 | 359.71 | 0.85 | 0.53 |
| Hex | ED | 21 | 22 | 0 | 56 | 56 | 7 | 168 | 55 | 35 |
| Octal | 355 | 41 | 42 | 0 | 126 | 126 | 7 | 550 | 125 | 65 |
| Binary | 11101101 | 100001 | 100010 | 0 | 1010110 | 1010110 | 111 | 101101000 | 1010101 | 110101 |
Color Harmonies of #ED2122
Complementary color
Monochromatic Colors of #ED2122
Black with #ED2122
Text Example
Text Example
White with #ED2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2122; }
p { color: rgb(237,33,34); }
H1.HeaderClassName
{
color: #ED2122;
}
.AnyTagClassName
{
color: #ED2122;
}
</style>
background-color css
<style>
a { background-color: #ED2122; }
a { background-color: rgb(237,33,34); }
div.DivClassName
{
background-color: #ED2122;
}
.BgClassName
{
background-color: #ED2122;
}
</style>
border-color css
<style>
span { border-color: #ED2122; }
span { border-color: rgb(237,33,34); }
td.TdClassName
{
border-color: #ED2122;
}
.TagClassName
{
border-color: #ED2122;
}
</style>