Shades of Alizarin #ED223D
Tints of Alizarin #ED223D
RGB
CMYK
RGB Variations
Color information
#ED223D (or 0xED223D) is known color: Alizarin. HEX triplet: ED, 22 and 3D. RGB value is (237,34,61). Sum of RGB (Red+Green+Blue) = 237+34+61=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED223D is #12DDC2. Grayscale: #616161. Windows color (decimal): -1236419 or 4006637. OLE color: 4006637.
HSL color Cylindrical-coordinate representation of color #ED223D: hue angle of 352.02º 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 #ED223D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 61 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.07 |
| HSL | 352.02º | 0.85% | 0.53% | - |
| HSV(B) | 352.02º | 0.86% | 0.93% | - |
| XYZ | 36.34 | 19.49 | 6.26 | - |
| YUV | 97.78 | 107.25 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 61 | 0 | 0.86 | 0.74 | 0.07 | 352.02 | 0.85 | 0.53 |
| Hex | ED | 22 | 3D | 0 | 56 | 4A | 7 | 160 | 55 | 35 |
| Octal | 355 | 42 | 75 | 0 | 126 | 112 | 7 | 540 | 125 | 65 |
| Binary | 11101101 | 100010 | 111101 | 0 | 1010110 | 1001010 | 111 | 101100000 | 1010101 | 110101 |
Color Harmonies of #ED223D
Complementary color
Monochromatic Colors of #ED223D
Black with #ED223D
Text Example
Text Example
White with #ED223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED223D; }
p { color: rgb(237,34,61); }
H1.HeaderClassName
{
color: #ED223D;
}
.AnyTagClassName
{
color: #ED223D;
}
</style>
background-color css
<style>
a { background-color: #ED223D; }
a { background-color: rgb(237,34,61); }
div.DivClassName
{
background-color: #ED223D;
}
.BgClassName
{
background-color: #ED223D;
}
</style>
border-color css
<style>
span { border-color: #ED223D; }
span { border-color: rgb(237,34,61); }
td.TdClassName
{
border-color: #ED223D;
}
.TagClassName
{
border-color: #ED223D;
}
</style>