Shades of Alizarin #ED3132
Tints of Alizarin #ED3132
RGB
CMYK
RGB Variations
Color information
#ED3132 (or 0xED3132) is known color: Alizarin. HEX triplet: ED, 31 and 32. RGB value is (237,49,50). Sum of RGB (Red+Green+Blue) = 237+49+50=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3132 is #12CECD. Grayscale: #696969. Windows color (decimal): -1232590 or 3289581. OLE color: 3289581.
HSL color Cylindrical-coordinate representation of color #ED3132: hue angle of 359.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED3132 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 50 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.07 |
| HSL | 359.68º | 0.84% | 0.56% | - |
| HSV(B) | 359.68º | 0.79% | 0.93% | - |
| XYZ | 36.6 | 20.43 | 5.03 | - |
| YUV | 105.33 | 96.78 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 50 | 0 | 0.79 | 0.79 | 0.07 | 359.68 | 0.84 | 0.56 |
| Hex | ED | 31 | 32 | 0 | 4F | 4F | 7 | 168 | 54 | 38 |
| Octal | 355 | 61 | 62 | 0 | 117 | 117 | 7 | 550 | 124 | 70 |
| Binary | 11101101 | 110001 | 110010 | 0 | 1001111 | 1001111 | 111 | 101101000 | 1010100 | 111000 |
Color Harmonies of #ED3132
Complementary color
Monochromatic Colors of #ED3132
Black with #ED3132
Text Example
Text Example
White with #ED3132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3132; }
p { color: rgb(237,49,50); }
H1.HeaderClassName
{
color: #ED3132;
}
.AnyTagClassName
{
color: #ED3132;
}
</style>
background-color css
<style>
a { background-color: #ED3132; }
a { background-color: rgb(237,49,50); }
div.DivClassName
{
background-color: #ED3132;
}
.BgClassName
{
background-color: #ED3132;
}
</style>
border-color css
<style>
span { border-color: #ED3132; }
span { border-color: rgb(237,49,50); }
td.TdClassName
{
border-color: #ED3132;
}
.TagClassName
{
border-color: #ED3132;
}
</style>