Shades of Alizarin #ED2129
Tints of Alizarin #ED2129
RGB
CMYK
RGB Variations
Color information
#ED2129 (or 0xED2129) is known color: Alizarin. HEX triplet: ED, 21 and 29. RGB value is (237,33,41). Sum of RGB (Red+Green+Blue) = 237+33+41=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2129 is #12DED6. Grayscale: #5F5F5F. Windows color (decimal): -1236695 or 2695661. OLE color: 2695661.
HSL color Cylindrical-coordinate representation of color #ED2129: hue angle of 357.65º 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 #ED2129 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 41 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.07 |
| HSL | 357.65º | 0.85% | 0.53% | - |
| HSV(B) | 357.65º | 0.86% | 0.93% | - |
| XYZ | 35.87 | 19.25 | 3.92 | - |
| YUV | 94.91 | 97.59 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 41 | 0 | 0.86 | 0.83 | 0.07 | 357.65 | 0.85 | 0.53 |
| Hex | ED | 21 | 29 | 0 | 56 | 53 | 7 | 166 | 55 | 35 |
| Octal | 355 | 41 | 51 | 0 | 126 | 123 | 7 | 546 | 125 | 65 |
| Binary | 11101101 | 100001 | 101001 | 0 | 1010110 | 1010011 | 111 | 101100110 | 1010101 | 110101 |
Color Harmonies of #ED2129
Complementary color
Monochromatic Colors of #ED2129
Black with #ED2129
Text Example
Text Example
White with #ED2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2129; }
p { color: rgb(237,33,41); }
H1.HeaderClassName
{
color: #ED2129;
}
.AnyTagClassName
{
color: #ED2129;
}
</style>
background-color css
<style>
a { background-color: #ED2129; }
a { background-color: rgb(237,33,41); }
div.DivClassName
{
background-color: #ED2129;
}
.BgClassName
{
background-color: #ED2129;
}
</style>
border-color css
<style>
span { border-color: #ED2129; }
span { border-color: rgb(237,33,41); }
td.TdClassName
{
border-color: #ED2129;
}
.TagClassName
{
border-color: #ED2129;
}
</style>