Shades of Alizarin #ED2339
Tints of Alizarin #ED2339
RGB
CMYK
RGB Variations
Color information
#ED2339 (or 0xED2339) is known color: Alizarin. HEX triplet: ED, 23 and 39. RGB value is (237,35,57). Sum of RGB (Red+Green+Blue) = 237+35+57=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2339 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2339 is #12DCC6. Grayscale: #626262. Windows color (decimal): -1236167 or 3744749. OLE color: 3744749.
HSL color Cylindrical-coordinate representation of color #ED2339: hue angle of 353.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2339 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 57 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.07 |
| HSL | 353.47º | 0.85% | 0.53% | - |
| HSV(B) | 353.47º | 0.85% | 0.93% | - |
| XYZ | 36.26 | 19.5 | 5.72 | - |
| YUV | 97.91 | 104.92 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 57 | 0 | 0.85 | 0.76 | 0.07 | 353.47 | 0.85 | 0.53 |
| Hex | ED | 23 | 39 | 0 | 55 | 4C | 7 | 161 | 55 | 35 |
| Octal | 355 | 43 | 71 | 0 | 125 | 114 | 7 | 541 | 125 | 65 |
| Binary | 11101101 | 100011 | 111001 | 0 | 1010101 | 1001100 | 111 | 101100001 | 1010101 | 110101 |
Color Harmonies of #ED2339
Complementary color
Monochromatic Colors of #ED2339
Black with #ED2339
Text Example
Text Example
White with #ED2339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2339; }
p { color: rgb(237,35,57); }
H1.HeaderClassName
{
color: #ED2339;
}
.AnyTagClassName
{
color: #ED2339;
}
</style>
background-color css
<style>
a { background-color: #ED2339; }
a { background-color: rgb(237,35,57); }
div.DivClassName
{
background-color: #ED2339;
}
.BgClassName
{
background-color: #ED2339;
}
</style>
border-color css
<style>
span { border-color: #ED2339; }
span { border-color: rgb(237,35,57); }
td.TdClassName
{
border-color: #ED2339;
}
.TagClassName
{
border-color: #ED2339;
}
</style>