Shades of Alizarin #ED2142
Tints of Alizarin #ED2142
RGB
CMYK
RGB Variations
Color information
#ED2142 (or 0xED2142) is known color: Alizarin. HEX triplet: ED, 21 and 42. RGB value is (237,33,66). Sum of RGB (Red+Green+Blue) = 237+33+66=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2142 is #12DEBD. Grayscale: #616161. Windows color (decimal): -1236670 or 4334061. OLE color: 4334061.
HSL color Cylindrical-coordinate representation of color #ED2142: hue angle of 350.29º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2142 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 66 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.07 |
| HSL | 350.29º | 0.85% | 0.53% | - |
| HSV(B) | 350.29º | 0.86% | 0.93% | - |
| XYZ | 36.45 | 19.49 | 6.99 | - |
| YUV | 97.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 66 | 0 | 0.86 | 0.72 | 0.07 | 350.29 | 0.85 | 0.53 |
| Hex | ED | 21 | 42 | 0 | 56 | 48 | 7 | 15E | 55 | 35 |
| Octal | 355 | 41 | 102 | 0 | 126 | 110 | 7 | 536 | 125 | 65 |
| Binary | 11101101 | 100001 | 1000010 | 0 | 1010110 | 1001000 | 111 | 101011110 | 1010101 | 110101 |
Color Harmonies of #ED2142
Complementary color
Monochromatic Colors of #ED2142
Black with #ED2142
Text Example
Text Example
White with #ED2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2142; }
p { color: rgb(237,33,66); }
H1.HeaderClassName
{
color: #ED2142;
}
.AnyTagClassName
{
color: #ED2142;
}
</style>
background-color css
<style>
a { background-color: #ED2142; }
a { background-color: rgb(237,33,66); }
div.DivClassName
{
background-color: #ED2142;
}
.BgClassName
{
background-color: #ED2142;
}
</style>
border-color css
<style>
span { border-color: #ED2142; }
span { border-color: rgb(237,33,66); }
td.TdClassName
{
border-color: #ED2142;
}
.TagClassName
{
border-color: #ED2142;
}
</style>