Shades of Alizarin #ED2B2C
Tints of Alizarin #ED2B2C
RGB
CMYK
RGB Variations
Color information
#ED2B2C (or 0xED2B2C) is known color: Alizarin. HEX triplet: ED, 2B and 2C. RGB value is (237,43,44). Sum of RGB (Red+Green+Blue) = 237+43+44=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B2C is #12D4D3. Grayscale: #656565. Windows color (decimal): -1234132 or 2894829. OLE color: 2894829.
HSL color Cylindrical-coordinate representation of color #ED2B2C: hue angle of 359.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2B2C is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 44 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.07 |
| HSL | 359.69º | 0.84% | 0.55% | - |
| HSV(B) | 359.69º | 0.82% | 0.93% | - |
| XYZ | 36.24 | 19.91 | 4.32 | - |
| YUV | 101.12 | 95.77 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 44 | 0 | 0.82 | 0.81 | 0.07 | 359.69 | 0.84 | 0.55 |
| Hex | ED | 2B | 2C | 0 | 52 | 51 | 7 | 168 | 54 | 37 |
| Octal | 355 | 53 | 54 | 0 | 122 | 121 | 7 | 550 | 124 | 67 |
| Binary | 11101101 | 101011 | 101100 | 0 | 1010010 | 1010001 | 111 | 101101000 | 1010100 | 110111 |
Color Harmonies of #ED2B2C
Complementary color
Monochromatic Colors of #ED2B2C
Black with #ED2B2C
Text Example
Text Example
White with #ED2B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B2C; }
p { color: rgb(237,43,44); }
H1.HeaderClassName
{
color: #ED2B2C;
}
.AnyTagClassName
{
color: #ED2B2C;
}
</style>
background-color css
<style>
a { background-color: #ED2B2C; }
a { background-color: rgb(237,43,44); }
div.DivClassName
{
background-color: #ED2B2C;
}
.BgClassName
{
background-color: #ED2B2C;
}
</style>
border-color css
<style>
span { border-color: #ED2B2C; }
span { border-color: rgb(237,43,44); }
td.TdClassName
{
border-color: #ED2B2C;
}
.TagClassName
{
border-color: #ED2B2C;
}
</style>