Shades of Alizarin #ED3241
Tints of Alizarin #ED3241
RGB
CMYK
RGB Variations
Color information
#ED3241 (or 0xED3241) is known color: Alizarin. HEX triplet: ED, 32 and 41. RGB value is (237,50,65). Sum of RGB (Red+Green+Blue) = 237+50+65=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3241 is #12CDBE. Grayscale: #6B6B6B. Windows color (decimal): -1232319 or 4272877. OLE color: 4272877.
HSL color Cylindrical-coordinate representation of color #ED3241: hue angle of 355.19º 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 #ED3241 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 65 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.07 |
| HSL | 355.19º | 0.84% | 0.56% | - |
| HSV(B) | 355.19º | 0.79% | 0.93% | - |
| XYZ | 37.02 | 20.67 | 7.04 | - |
| YUV | 107.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 65 | 0 | 0.79 | 0.73 | 0.07 | 355.19 | 0.84 | 0.56 |
| Hex | ED | 32 | 41 | 0 | 4F | 49 | 7 | 163 | 54 | 38 |
| Octal | 355 | 62 | 101 | 0 | 117 | 111 | 7 | 543 | 124 | 70 |
| Binary | 11101101 | 110010 | 1000001 | 0 | 1001111 | 1001001 | 111 | 101100011 | 1010100 | 111000 |
Color Harmonies of #ED3241
Complementary color
Monochromatic Colors of #ED3241
Black with #ED3241
Text Example
Text Example
White with #ED3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3241; }
p { color: rgb(237,50,65); }
H1.HeaderClassName
{
color: #ED3241;
}
.AnyTagClassName
{
color: #ED3241;
}
</style>
background-color css
<style>
a { background-color: #ED3241; }
a { background-color: rgb(237,50,65); }
div.DivClassName
{
background-color: #ED3241;
}
.BgClassName
{
background-color: #ED3241;
}
</style>
border-color css
<style>
span { border-color: #ED3241; }
span { border-color: rgb(237,50,65); }
td.TdClassName
{
border-color: #ED3241;
}
.TagClassName
{
border-color: #ED3241;
}
</style>