Shades of Alizarin #ED293E
Tints of Alizarin #ED293E
RGB
CMYK
RGB Variations
Color information
#ED293E (or 0xED293E) is known color: Alizarin. HEX triplet: ED, 29 and 3E. RGB value is (237,41,62). Sum of RGB (Red+Green+Blue) = 237+41+62=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED293E is #12D6C1. Grayscale: #666666. Windows color (decimal): -1234626 or 4073965. OLE color: 4073965.
HSL color Cylindrical-coordinate representation of color #ED293E: hue angle of 353.57º 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 #ED293E is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 62 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.07 |
| HSL | 353.57º | 0.84% | 0.55% | - |
| HSV(B) | 353.57º | 0.83% | 0.93% | - |
| XYZ | 36.59 | 19.94 | 6.48 | - |
| YUV | 102 | 105.43 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 62 | 0 | 0.83 | 0.74 | 0.07 | 353.57 | 0.84 | 0.55 |
| Hex | ED | 29 | 3E | 0 | 53 | 4A | 7 | 162 | 54 | 37 |
| Octal | 355 | 51 | 76 | 0 | 123 | 112 | 7 | 542 | 124 | 67 |
| Binary | 11101101 | 101001 | 111110 | 0 | 1010011 | 1001010 | 111 | 101100010 | 1010100 | 110111 |
Color Harmonies of #ED293E
Complementary color
Monochromatic Colors of #ED293E
Black with #ED293E
Text Example
Text Example
White with #ED293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED293E; }
p { color: rgb(237,41,62); }
H1.HeaderClassName
{
color: #ED293E;
}
.AnyTagClassName
{
color: #ED293E;
}
</style>
background-color css
<style>
a { background-color: #ED293E; }
a { background-color: rgb(237,41,62); }
div.DivClassName
{
background-color: #ED293E;
}
.BgClassName
{
background-color: #ED293E;
}
</style>
border-color css
<style>
span { border-color: #ED293E; }
span { border-color: rgb(237,41,62); }
td.TdClassName
{
border-color: #ED293E;
}
.TagClassName
{
border-color: #ED293E;
}
</style>