Shades of Alizarin #ED293C
Tints of Alizarin #ED293C
RGB
CMYK
RGB Variations
Color information
#ED293C (or 0xED293C) is known color: Alizarin. HEX triplet: ED, 29 and 3C. RGB value is (237,41,60). Sum of RGB (Red+Green+Blue) = 237+41+60=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED293C is #12D6C3. Grayscale: #656565. Windows color (decimal): -1234628 or 3942893. OLE color: 3942893.
HSL color Cylindrical-coordinate representation of color #ED293C: hue angle of 354.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED293C is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 60 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.07 |
| HSL | 354.18º | 0.84% | 0.55% | - |
| HSV(B) | 354.18º | 0.83% | 0.93% | - |
| XYZ | 36.53 | 19.92 | 6.19 | - |
| YUV | 101.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 60 | 0 | 0.83 | 0.75 | 0.07 | 354.18 | 0.84 | 0.55 |
| Hex | ED | 29 | 3C | 0 | 53 | 4B | 7 | 162 | 54 | 37 |
| Octal | 355 | 51 | 74 | 0 | 123 | 113 | 7 | 542 | 124 | 67 |
| Binary | 11101101 | 101001 | 111100 | 0 | 1010011 | 1001011 | 111 | 101100010 | 1010100 | 110111 |
Color Harmonies of #ED293C
Complementary color
Monochromatic Colors of #ED293C
Black with #ED293C
Text Example
Text Example
White with #ED293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED293C; }
p { color: rgb(237,41,60); }
H1.HeaderClassName
{
color: #ED293C;
}
.AnyTagClassName
{
color: #ED293C;
}
</style>
background-color css
<style>
a { background-color: #ED293C; }
a { background-color: rgb(237,41,60); }
div.DivClassName
{
background-color: #ED293C;
}
.BgClassName
{
background-color: #ED293C;
}
</style>
border-color css
<style>
span { border-color: #ED293C; }
span { border-color: rgb(237,41,60); }
td.TdClassName
{
border-color: #ED293C;
}
.TagClassName
{
border-color: #ED293C;
}
</style>