Shades of Alizarin #ED2128
Tints of Alizarin #ED2128
RGB
CMYK
RGB Variations
Color information
#ED2128 (or 0xED2128) is known color: Alizarin. HEX triplet: ED, 21 and 28. RGB value is (237,33,40). Sum of RGB (Red+Green+Blue) = 237+33+40=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2128 is #12DED7. Grayscale: #5E5E5E. Windows color (decimal): -1236696 or 2630125. OLE color: 2630125.
HSL color Cylindrical-coordinate representation of color #ED2128: hue angle of 357.94º 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 #ED2128 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 40 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.07 |
| HSL | 357.94º | 0.85% | 0.53% | - |
| HSV(B) | 357.94º | 0.86% | 0.93% | - |
| XYZ | 35.85 | 19.25 | 3.83 | - |
| YUV | 94.79 | 97.09 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 40 | 0 | 0.86 | 0.83 | 0.07 | 357.94 | 0.85 | 0.53 |
| Hex | ED | 21 | 28 | 0 | 56 | 53 | 7 | 166 | 55 | 35 |
| Octal | 355 | 41 | 50 | 0 | 126 | 123 | 7 | 546 | 125 | 65 |
| Binary | 11101101 | 100001 | 101000 | 0 | 1010110 | 1010011 | 111 | 101100110 | 1010101 | 110101 |
Color Harmonies of #ED2128
Complementary color
Monochromatic Colors of #ED2128
Black with #ED2128
Text Example
Text Example
White with #ED2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2128; }
p { color: rgb(237,33,40); }
H1.HeaderClassName
{
color: #ED2128;
}
.AnyTagClassName
{
color: #ED2128;
}
</style>
background-color css
<style>
a { background-color: #ED2128; }
a { background-color: rgb(237,33,40); }
div.DivClassName
{
background-color: #ED2128;
}
.BgClassName
{
background-color: #ED2128;
}
</style>
border-color css
<style>
span { border-color: #ED2128; }
span { border-color: rgb(237,33,40); }
td.TdClassName
{
border-color: #ED2128;
}
.TagClassName
{
border-color: #ED2128;
}
</style>