Shades of Alizarin #ED293B
Tints of Alizarin #ED293B
RGB
CMYK
RGB Variations
Color information
#ED293B (or 0xED293B) is known color: Alizarin. HEX triplet: ED, 29 and 3B. RGB value is (237,41,59). Sum of RGB (Red+Green+Blue) = 237+41+59=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED293B is #12D6C4. Grayscale: #656565. Windows color (decimal): -1234629 or 3877357. OLE color: 3877357.
HSL color Cylindrical-coordinate representation of color #ED293B: hue angle of 354.49º 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 #ED293B is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 59 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.07 |
| HSL | 354.49º | 0.84% | 0.55% | - |
| HSV(B) | 354.49º | 0.83% | 0.93% | - |
| XYZ | 36.51 | 19.91 | 6.06 | - |
| YUV | 101.66 | 103.93 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 59 | 0 | 0.83 | 0.75 | 0.07 | 354.49 | 0.84 | 0.55 |
| Hex | ED | 29 | 3B | 0 | 53 | 4B | 7 | 162 | 54 | 37 |
| Octal | 355 | 51 | 73 | 0 | 123 | 113 | 7 | 542 | 124 | 67 |
| Binary | 11101101 | 101001 | 111011 | 0 | 1010011 | 1001011 | 111 | 101100010 | 1010100 | 110111 |
Color Harmonies of #ED293B
Complementary color
Monochromatic Colors of #ED293B
Black with #ED293B
Text Example
Text Example
White with #ED293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED293B; }
p { color: rgb(237,41,59); }
H1.HeaderClassName
{
color: #ED293B;
}
.AnyTagClassName
{
color: #ED293B;
}
</style>
background-color css
<style>
a { background-color: #ED293B; }
a { background-color: rgb(237,41,59); }
div.DivClassName
{
background-color: #ED293B;
}
.BgClassName
{
background-color: #ED293B;
}
</style>
border-color css
<style>
span { border-color: #ED293B; }
span { border-color: rgb(237,41,59); }
td.TdClassName
{
border-color: #ED293B;
}
.TagClassName
{
border-color: #ED293B;
}
</style>