Shades of Alizarin #ED2131
Tints of Alizarin #ED2131
RGB
CMYK
RGB Variations
Color information
#ED2131 (or 0xED2131) is known color: Alizarin. HEX triplet: ED, 21 and 31. RGB value is (237,33,49). Sum of RGB (Red+Green+Blue) = 237+33+49=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2131 is #12DECE. Grayscale: #5F5F5F. Windows color (decimal): -1236687 or 3219949. OLE color: 3219949.
HSL color Cylindrical-coordinate representation of color #ED2131: hue angle of 355.29º 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 #ED2131 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 49 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.07 |
| HSL | 355.29º | 0.85% | 0.53% | - |
| HSV(B) | 355.29º | 0.86% | 0.93% | - |
| XYZ | 36.02 | 19.31 | 4.74 | - |
| YUV | 95.82 | 101.59 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 49 | 0 | 0.86 | 0.79 | 0.07 | 355.29 | 0.85 | 0.53 |
| Hex | ED | 21 | 31 | 0 | 56 | 4F | 7 | 163 | 55 | 35 |
| Octal | 355 | 41 | 61 | 0 | 126 | 117 | 7 | 543 | 125 | 65 |
| Binary | 11101101 | 100001 | 110001 | 0 | 1010110 | 1001111 | 111 | 101100011 | 1010101 | 110101 |
Color Harmonies of #ED2131
Complementary color
Monochromatic Colors of #ED2131
Black with #ED2131
Text Example
Text Example
White with #ED2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2131; }
p { color: rgb(237,33,49); }
H1.HeaderClassName
{
color: #ED2131;
}
.AnyTagClassName
{
color: #ED2131;
}
</style>
background-color css
<style>
a { background-color: #ED2131; }
a { background-color: rgb(237,33,49); }
div.DivClassName
{
background-color: #ED2131;
}
.BgClassName
{
background-color: #ED2131;
}
</style>
border-color css
<style>
span { border-color: #ED2131; }
span { border-color: rgb(237,33,49); }
td.TdClassName
{
border-color: #ED2131;
}
.TagClassName
{
border-color: #ED2131;
}
</style>