Shades of Alizarin #ED2639
Tints of Alizarin #ED2639
RGB
CMYK
RGB Variations
Color information
#ED2639 (or 0xED2639) is known color: Alizarin. HEX triplet: ED, 26 and 39. RGB value is (237,38,57). Sum of RGB (Red+Green+Blue) = 237+38+57=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2639 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2639 is #12D9C6. Grayscale: #636363. Windows color (decimal): -1235399 or 3745517. OLE color: 3745517.
HSL color Cylindrical-coordinate representation of color #ED2639: hue angle of 354.27º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2639 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 57 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.07 |
| HSL | 354.27º | 0.85% | 0.54% | - |
| HSV(B) | 354.27º | 0.84% | 0.93% | - |
| XYZ | 36.36 | 19.69 | 5.75 | - |
| YUV | 99.67 | 103.93 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 57 | 0 | 0.84 | 0.76 | 0.07 | 354.27 | 0.85 | 0.54 |
| Hex | ED | 26 | 39 | 0 | 54 | 4C | 7 | 162 | 55 | 36 |
| Octal | 355 | 46 | 71 | 0 | 124 | 114 | 7 | 542 | 125 | 66 |
| Binary | 11101101 | 100110 | 111001 | 0 | 1010100 | 1001100 | 111 | 101100010 | 1010101 | 110110 |
Color Harmonies of #ED2639
Complementary color
Monochromatic Colors of #ED2639
Black with #ED2639
Text Example
Text Example
White with #ED2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2639; }
p { color: rgb(237,38,57); }
H1.HeaderClassName
{
color: #ED2639;
}
.AnyTagClassName
{
color: #ED2639;
}
</style>
background-color css
<style>
a { background-color: #ED2639; }
a { background-color: rgb(237,38,57); }
div.DivClassName
{
background-color: #ED2639;
}
.BgClassName
{
background-color: #ED2639;
}
</style>
border-color css
<style>
span { border-color: #ED2639; }
span { border-color: rgb(237,38,57); }
td.TdClassName
{
border-color: #ED2639;
}
.TagClassName
{
border-color: #ED2639;
}
</style>