Shades of Alizarin #ED2242
Tints of Alizarin #ED2242
RGB
CMYK
RGB Variations
Color information
#ED2242 (or 0xED2242) is known color: Alizarin. HEX triplet: ED, 22 and 42. RGB value is (237,34,66). Sum of RGB (Red+Green+Blue) = 237+34+66=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2242 is #12DDBD. Grayscale: #626262. Windows color (decimal): -1236414 or 4334317. OLE color: 4334317.
HSL color Cylindrical-coordinate representation of color #ED2242: hue angle of 350.54º 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 #ED2242 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 66 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.07 |
| HSL | 350.54º | 0.85% | 0.53% | - |
| HSV(B) | 350.54º | 0.86% | 0.93% | - |
| XYZ | 36.48 | 19.54 | 7 | - |
| YUV | 98.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 66 | 0 | 0.86 | 0.72 | 0.07 | 350.54 | 0.85 | 0.53 |
| Hex | ED | 22 | 42 | 0 | 56 | 48 | 7 | 15F | 55 | 35 |
| Octal | 355 | 42 | 102 | 0 | 126 | 110 | 7 | 537 | 125 | 65 |
| Binary | 11101101 | 100010 | 1000010 | 0 | 1010110 | 1001000 | 111 | 101011111 | 1010101 | 110101 |
Color Harmonies of #ED2242
Complementary color
Monochromatic Colors of #ED2242
Black with #ED2242
Text Example
Text Example
White with #ED2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2242; }
p { color: rgb(237,34,66); }
H1.HeaderClassName
{
color: #ED2242;
}
.AnyTagClassName
{
color: #ED2242;
}
</style>
background-color css
<style>
a { background-color: #ED2242; }
a { background-color: rgb(237,34,66); }
div.DivClassName
{
background-color: #ED2242;
}
.BgClassName
{
background-color: #ED2242;
}
</style>
border-color css
<style>
span { border-color: #ED2242; }
span { border-color: rgb(237,34,66); }
td.TdClassName
{
border-color: #ED2242;
}
.TagClassName
{
border-color: #ED2242;
}
</style>