Shades of Alizarin #ED223F
Tints of Alizarin #ED223F
RGB
CMYK
RGB Variations
Color information
#ED223F (or 0xED223F) is known color: Alizarin. HEX triplet: ED, 22 and 3F. RGB value is (237,34,63). Sum of RGB (Red+Green+Blue) = 237+34+63=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED223F is #12DDC0. Grayscale: #626262. Windows color (decimal): -1236417 or 4137709. OLE color: 4137709.
HSL color Cylindrical-coordinate representation of color #ED223F: hue angle of 351.43º 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 #ED223F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 63 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.07 |
| HSL | 351.43º | 0.85% | 0.53% | - |
| HSV(B) | 351.43º | 0.86% | 0.93% | - |
| XYZ | 36.39 | 19.51 | 6.55 | - |
| YUV | 98 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 63 | 0 | 0.86 | 0.73 | 0.07 | 351.43 | 0.85 | 0.53 |
| Hex | ED | 22 | 3F | 0 | 56 | 49 | 7 | 15F | 55 | 35 |
| Octal | 355 | 42 | 77 | 0 | 126 | 111 | 7 | 537 | 125 | 65 |
| Binary | 11101101 | 100010 | 111111 | 0 | 1010110 | 1001001 | 111 | 101011111 | 1010101 | 110101 |
Color Harmonies of #ED223F
Complementary color
Monochromatic Colors of #ED223F
Black with #ED223F
Text Example
Text Example
White with #ED223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED223F; }
p { color: rgb(237,34,63); }
H1.HeaderClassName
{
color: #ED223F;
}
.AnyTagClassName
{
color: #ED223F;
}
</style>
background-color css
<style>
a { background-color: #ED223F; }
a { background-color: rgb(237,34,63); }
div.DivClassName
{
background-color: #ED223F;
}
.BgClassName
{
background-color: #ED223F;
}
</style>
border-color css
<style>
span { border-color: #ED223F; }
span { border-color: rgb(237,34,63); }
td.TdClassName
{
border-color: #ED223F;
}
.TagClassName
{
border-color: #ED223F;
}
</style>