Shades of Alizarin #ED213D
Tints of Alizarin #ED213D
RGB
CMYK
RGB Variations
Color information
#ED213D (or 0xED213D) is known color: Alizarin. HEX triplet: ED, 21 and 3D. RGB value is (237,33,61). Sum of RGB (Red+Green+Blue) = 237+33+61=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED213D is #12DEC2. Grayscale: #616161. Windows color (decimal): -1236675 or 4006381. OLE color: 4006381.
HSL color Cylindrical-coordinate representation of color #ED213D: hue angle of 351.76º 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 #ED213D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 61 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.07 |
| HSL | 351.76º | 0.85% | 0.53% | - |
| HSV(B) | 351.76º | 0.86% | 0.93% | - |
| XYZ | 36.31 | 19.43 | 6.25 | - |
| YUV | 97.19 | 107.59 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 61 | 0 | 0.86 | 0.74 | 0.07 | 351.76 | 0.85 | 0.53 |
| Hex | ED | 21 | 3D | 0 | 56 | 4A | 7 | 160 | 55 | 35 |
| Octal | 355 | 41 | 75 | 0 | 126 | 112 | 7 | 540 | 125 | 65 |
| Binary | 11101101 | 100001 | 111101 | 0 | 1010110 | 1001010 | 111 | 101100000 | 1010101 | 110101 |
Color Harmonies of #ED213D
Complementary color
Monochromatic Colors of #ED213D
Black with #ED213D
Text Example
Text Example
White with #ED213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED213D; }
p { color: rgb(237,33,61); }
H1.HeaderClassName
{
color: #ED213D;
}
.AnyTagClassName
{
color: #ED213D;
}
</style>
background-color css
<style>
a { background-color: #ED213D; }
a { background-color: rgb(237,33,61); }
div.DivClassName
{
background-color: #ED213D;
}
.BgClassName
{
background-color: #ED213D;
}
</style>
border-color css
<style>
span { border-color: #ED213D; }
span { border-color: rgb(237,33,61); }
td.TdClassName
{
border-color: #ED213D;
}
.TagClassName
{
border-color: #ED213D;
}
</style>