Shades of Alizarin #ED2223
Tints of Alizarin #ED2223
RGB
CMYK
RGB Variations
Color information
#ED2223 (or 0xED2223) is known color: Alizarin. HEX triplet: ED, 22 and 23. RGB value is (237,34,35). Sum of RGB (Red+Green+Blue) = 237+34+35=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2223 is #12DDDC. Grayscale: #5F5F5F. Windows color (decimal): -1236445 or 2302701. OLE color: 2302701.
HSL color Cylindrical-coordinate representation of color #ED2223: hue angle of 359.7º 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 #ED2223 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 35 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.07 |
| HSL | 359.7º | 0.85% | 0.53% | - |
| HSV(B) | 359.7º | 0.86% | 0.93% | - |
| XYZ | 35.8 | 19.27 | 3.42 | - |
| YUV | 94.81 | 94.25 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 35 | 0 | 0.86 | 0.85 | 0.07 | 359.7 | 0.85 | 0.53 |
| Hex | ED | 22 | 23 | 0 | 56 | 55 | 7 | 168 | 55 | 35 |
| Octal | 355 | 42 | 43 | 0 | 126 | 125 | 7 | 550 | 125 | 65 |
| Binary | 11101101 | 100010 | 100011 | 0 | 1010110 | 1010101 | 111 | 101101000 | 1010101 | 110101 |
Color Harmonies of #ED2223
Complementary color
Monochromatic Colors of #ED2223
Black with #ED2223
Text Example
Text Example
White with #ED2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2223; }
p { color: rgb(237,34,35); }
H1.HeaderClassName
{
color: #ED2223;
}
.AnyTagClassName
{
color: #ED2223;
}
</style>
background-color css
<style>
a { background-color: #ED2223; }
a { background-color: rgb(237,34,35); }
div.DivClassName
{
background-color: #ED2223;
}
.BgClassName
{
background-color: #ED2223;
}
</style>
border-color css
<style>
span { border-color: #ED2223; }
span { border-color: rgb(237,34,35); }
td.TdClassName
{
border-color: #ED2223;
}
.TagClassName
{
border-color: #ED2223;
}
</style>