Shades of Alizarin #ED2032
Tints of Alizarin #ED2032
RGB
CMYK
RGB Variations
Color information
#ED2032 (or 0xED2032) is known color: Alizarin. HEX triplet: ED, 20 and 32. RGB value is (237,32,50). Sum of RGB (Red+Green+Blue) = 237+32+50=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2032 is #12DFCD. Grayscale: #5F5F5F. Windows color (decimal): -1236942 or 3285229. OLE color: 3285229.
HSL color Cylindrical-coordinate representation of color #ED2032: hue angle of 354.73º 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 #ED2032 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 50 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.07 |
| HSL | 354.73º | 0.85% | 0.53% | - |
| HSV(B) | 354.73º | 0.86% | 0.93% | - |
| XYZ | 36.02 | 19.27 | 4.84 | - |
| YUV | 95.35 | 102.42 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 50 | 0 | 0.86 | 0.79 | 0.07 | 354.73 | 0.85 | 0.53 |
| Hex | ED | 20 | 32 | 0 | 56 | 4F | 7 | 163 | 55 | 35 |
| Octal | 355 | 40 | 62 | 0 | 126 | 117 | 7 | 543 | 125 | 65 |
| Binary | 11101101 | 100000 | 110010 | 0 | 1010110 | 1001111 | 111 | 101100011 | 1010101 | 110101 |
Color Harmonies of #ED2032
Complementary color
Monochromatic Colors of #ED2032
Black with #ED2032
Text Example
Text Example
White with #ED2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2032; }
p { color: rgb(237,32,50); }
H1.HeaderClassName
{
color: #ED2032;
}
.AnyTagClassName
{
color: #ED2032;
}
</style>
background-color css
<style>
a { background-color: #ED2032; }
a { background-color: rgb(237,32,50); }
div.DivClassName
{
background-color: #ED2032;
}
.BgClassName
{
background-color: #ED2032;
}
</style>
border-color css
<style>
span { border-color: #ED2032; }
span { border-color: rgb(237,32,50); }
td.TdClassName
{
border-color: #ED2032;
}
.TagClassName
{
border-color: #ED2032;
}
</style>