Shades of Alizarin #ED292C
Tints of Alizarin #ED292C
RGB
CMYK
RGB Variations
Color information
#ED292C (or 0xED292C) is known color: Alizarin. HEX triplet: ED, 29 and 2C. RGB value is (237,41,44). Sum of RGB (Red+Green+Blue) = 237+41+44=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED292C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED292C is #12D6D3. Grayscale: #646464. Windows color (decimal): -1234644 or 2894317. OLE color: 2894317.
HSL color Cylindrical-coordinate representation of color #ED292C: hue angle of 359.08º 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 #ED292C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 44 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.07 |
| HSL | 359.08º | 0.84% | 0.55% | - |
| HSV(B) | 359.08º | 0.83% | 0.93% | - |
| XYZ | 36.17 | 19.77 | 4.29 | - |
| YUV | 99.95 | 96.43 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 44 | 0 | 0.83 | 0.81 | 0.07 | 359.08 | 0.84 | 0.55 |
| Hex | ED | 29 | 2C | 0 | 53 | 51 | 7 | 167 | 54 | 37 |
| Octal | 355 | 51 | 54 | 0 | 123 | 121 | 7 | 547 | 124 | 67 |
| Binary | 11101101 | 101001 | 101100 | 0 | 1010011 | 1010001 | 111 | 101100111 | 1010100 | 110111 |
Color Harmonies of #ED292C
Complementary color
Monochromatic Colors of #ED292C
Black with #ED292C
Text Example
Text Example
White with #ED292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED292C; }
p { color: rgb(237,41,44); }
H1.HeaderClassName
{
color: #ED292C;
}
.AnyTagClassName
{
color: #ED292C;
}
</style>
background-color css
<style>
a { background-color: #ED292C; }
a { background-color: rgb(237,41,44); }
div.DivClassName
{
background-color: #ED292C;
}
.BgClassName
{
background-color: #ED292C;
}
</style>
border-color css
<style>
span { border-color: #ED292C; }
span { border-color: rgb(237,41,44); }
td.TdClassName
{
border-color: #ED292C;
}
.TagClassName
{
border-color: #ED292C;
}
</style>