Shades of Alizarin #ED292B
Tints of Alizarin #ED292B
RGB
CMYK
RGB Variations
Color information
#ED292B (or 0xED292B) is known color: Alizarin. HEX triplet: ED, 29 and 2B. RGB value is (237,41,43). Sum of RGB (Red+Green+Blue) = 237+41+43=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED292B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED292B is #12D6D4. Grayscale: #646464. Windows color (decimal): -1234645 or 2828781. OLE color: 2828781.
HSL color Cylindrical-coordinate representation of color #ED292B: hue angle of 359.39º 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 #ED292B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 43 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.07 |
| HSL | 359.39º | 0.84% | 0.55% | - |
| HSV(B) | 359.39º | 0.83% | 0.93% | - |
| XYZ | 36.15 | 19.76 | 4.19 | - |
| YUV | 99.83 | 95.93 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 43 | 0 | 0.83 | 0.82 | 0.07 | 359.39 | 0.84 | 0.55 |
| Hex | ED | 29 | 2B | 0 | 53 | 52 | 7 | 167 | 54 | 37 |
| Octal | 355 | 51 | 53 | 0 | 123 | 122 | 7 | 547 | 124 | 67 |
| Binary | 11101101 | 101001 | 101011 | 0 | 1010011 | 1010010 | 111 | 101100111 | 1010100 | 110111 |
Color Harmonies of #ED292B
Complementary color
Monochromatic Colors of #ED292B
Black with #ED292B
Text Example
Text Example
White with #ED292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED292B; }
p { color: rgb(237,41,43); }
H1.HeaderClassName
{
color: #ED292B;
}
.AnyTagClassName
{
color: #ED292B;
}
</style>
background-color css
<style>
a { background-color: #ED292B; }
a { background-color: rgb(237,41,43); }
div.DivClassName
{
background-color: #ED292B;
}
.BgClassName
{
background-color: #ED292B;
}
</style>
border-color css
<style>
span { border-color: #ED292B; }
span { border-color: rgb(237,41,43); }
td.TdClassName
{
border-color: #ED292B;
}
.TagClassName
{
border-color: #ED292B;
}
</style>