Shades of Alizarin #ED2034
Tints of Alizarin #ED2034
RGB
CMYK
RGB Variations
Color information
#ED2034 (or 0xED2034) is known color: Alizarin. HEX triplet: ED, 20 and 34. RGB value is (237,32,52). Sum of RGB (Red+Green+Blue) = 237+32+52=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2034 is #12DFCB. Grayscale: #5F5F5F. Windows color (decimal): -1236940 or 3416301. OLE color: 3416301.
HSL color Cylindrical-coordinate representation of color #ED2034: hue angle of 354.15º 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 #ED2034 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 52 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.07 |
| HSL | 354.15º | 0.85% | 0.53% | - |
| HSV(B) | 354.15º | 0.86% | 0.93% | - |
| XYZ | 36.06 | 19.29 | 5.07 | - |
| YUV | 95.58 | 103.42 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 52 | 0 | 0.86 | 0.78 | 0.07 | 354.15 | 0.85 | 0.53 |
| Hex | ED | 20 | 34 | 0 | 56 | 4E | 7 | 162 | 55 | 35 |
| Octal | 355 | 40 | 64 | 0 | 126 | 116 | 7 | 542 | 125 | 65 |
| Binary | 11101101 | 100000 | 110100 | 0 | 1010110 | 1001110 | 111 | 101100010 | 1010101 | 110101 |
Color Harmonies of #ED2034
Complementary color
Monochromatic Colors of #ED2034
Black with #ED2034
Text Example
Text Example
White with #ED2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2034; }
p { color: rgb(237,32,52); }
H1.HeaderClassName
{
color: #ED2034;
}
.AnyTagClassName
{
color: #ED2034;
}
</style>
background-color css
<style>
a { background-color: #ED2034; }
a { background-color: rgb(237,32,52); }
div.DivClassName
{
background-color: #ED2034;
}
.BgClassName
{
background-color: #ED2034;
}
</style>
border-color css
<style>
span { border-color: #ED2034; }
span { border-color: rgb(237,32,52); }
td.TdClassName
{
border-color: #ED2034;
}
.TagClassName
{
border-color: #ED2034;
}
</style>