Shades of Alizarin #ED2442
Tints of Alizarin #ED2442
RGB
CMYK
RGB Variations
Color information
#ED2442 (or 0xED2442) is known color: Alizarin. HEX triplet: ED, 24 and 42. RGB value is (237,36,66). Sum of RGB (Red+Green+Blue) = 237+36+66=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2442 is #12DBBD. Grayscale: #636363. Windows color (decimal): -1235902 or 4334829. OLE color: 4334829.
HSL color Cylindrical-coordinate representation of color #ED2442: hue angle of 351.04º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2442 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 66 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.07 |
| HSL | 351.04º | 0.85% | 0.54% | - |
| HSV(B) | 351.04º | 0.85% | 0.93% | - |
| XYZ | 36.54 | 19.66 | 7.02 | - |
| YUV | 99.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 66 | 0 | 0.85 | 0.72 | 0.07 | 351.04 | 0.85 | 0.54 |
| Hex | ED | 24 | 42 | 0 | 55 | 48 | 7 | 15F | 55 | 36 |
| Octal | 355 | 44 | 102 | 0 | 125 | 110 | 7 | 537 | 125 | 66 |
| Binary | 11101101 | 100100 | 1000010 | 0 | 1010101 | 1001000 | 111 | 101011111 | 1010101 | 110110 |
Color Harmonies of #ED2442
Complementary color
Monochromatic Colors of #ED2442
Black with #ED2442
Text Example
Text Example
White with #ED2442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2442; }
p { color: rgb(237,36,66); }
H1.HeaderClassName
{
color: #ED2442;
}
.AnyTagClassName
{
color: #ED2442;
}
</style>
background-color css
<style>
a { background-color: #ED2442; }
a { background-color: rgb(237,36,66); }
div.DivClassName
{
background-color: #ED2442;
}
.BgClassName
{
background-color: #ED2442;
}
</style>
border-color css
<style>
span { border-color: #ED2442; }
span { border-color: rgb(237,36,66); }
td.TdClassName
{
border-color: #ED2442;
}
.TagClassName
{
border-color: #ED2442;
}
</style>