Shades of Alizarin #ED2235
Tints of Alizarin #ED2235
RGB
CMYK
RGB Variations
Color information
#ED2235 (or 0xED2235) is known color: Alizarin. HEX triplet: ED, 22 and 35. RGB value is (237,34,53). Sum of RGB (Red+Green+Blue) = 237+34+53=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2235 is #12DDCA. Grayscale: #606060. Windows color (decimal): -1236427 or 3482349. OLE color: 3482349.
HSL color Cylindrical-coordinate representation of color #ED2235: hue angle of 354.38º 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 #ED2235 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 53 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.07 |
| HSL | 354.38º | 0.85% | 0.53% | - |
| HSV(B) | 354.38º | 0.86% | 0.93% | - |
| XYZ | 36.14 | 19.41 | 5.21 | - |
| YUV | 96.86 | 103.25 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 53 | 0 | 0.86 | 0.78 | 0.07 | 354.38 | 0.85 | 0.53 |
| Hex | ED | 22 | 35 | 0 | 56 | 4E | 7 | 162 | 55 | 35 |
| Octal | 355 | 42 | 65 | 0 | 126 | 116 | 7 | 542 | 125 | 65 |
| Binary | 11101101 | 100010 | 110101 | 0 | 1010110 | 1001110 | 111 | 101100010 | 1010101 | 110101 |
Color Harmonies of #ED2235
Complementary color
Monochromatic Colors of #ED2235
Black with #ED2235
Text Example
Text Example
White with #ED2235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2235; }
p { color: rgb(237,34,53); }
H1.HeaderClassName
{
color: #ED2235;
}
.AnyTagClassName
{
color: #ED2235;
}
</style>
background-color css
<style>
a { background-color: #ED2235; }
a { background-color: rgb(237,34,53); }
div.DivClassName
{
background-color: #ED2235;
}
.BgClassName
{
background-color: #ED2235;
}
</style>
border-color css
<style>
span { border-color: #ED2235; }
span { border-color: rgb(237,34,53); }
td.TdClassName
{
border-color: #ED2235;
}
.TagClassName
{
border-color: #ED2235;
}
</style>