Shades of Alizarin #ED3242
Tints of Alizarin #ED3242
RGB
CMYK
RGB Variations
Color information
#ED3242 (or 0xED3242) is known color: Alizarin. HEX triplet: ED, 32 and 42. RGB value is (237,50,66). Sum of RGB (Red+Green+Blue) = 237+50+66=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3242 is #12CDBD. Grayscale: #6B6B6B. Windows color (decimal): -1232318 or 4338413. OLE color: 4338413.
HSL color Cylindrical-coordinate representation of color #ED3242: hue angle of 354.87º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED3242 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 66 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.07 |
| HSL | 354.87º | 0.84% | 0.56% | - |
| HSV(B) | 354.87º | 0.79% | 0.93% | - |
| XYZ | 37.05 | 20.68 | 7.19 | - |
| YUV | 107.74 | 104.45 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 66 | 0 | 0.79 | 0.72 | 0.07 | 354.87 | 0.84 | 0.56 |
| Hex | ED | 32 | 42 | 0 | 4F | 48 | 7 | 163 | 54 | 38 |
| Octal | 355 | 62 | 102 | 0 | 117 | 110 | 7 | 543 | 124 | 70 |
| Binary | 11101101 | 110010 | 1000010 | 0 | 1001111 | 1001000 | 111 | 101100011 | 1010100 | 111000 |
Color Harmonies of #ED3242
Complementary color
Monochromatic Colors of #ED3242
Black with #ED3242
Text Example
Text Example
White with #ED3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3242; }
p { color: rgb(237,50,66); }
H1.HeaderClassName
{
color: #ED3242;
}
.AnyTagClassName
{
color: #ED3242;
}
</style>
background-color css
<style>
a { background-color: #ED3242; }
a { background-color: rgb(237,50,66); }
div.DivClassName
{
background-color: #ED3242;
}
.BgClassName
{
background-color: #ED3242;
}
</style>
border-color css
<style>
span { border-color: #ED3242; }
span { border-color: rgb(237,50,66); }
td.TdClassName
{
border-color: #ED3242;
}
.TagClassName
{
border-color: #ED3242;
}
</style>