Shades of Alizarin #ED2536
Tints of Alizarin #ED2536
RGB
CMYK
RGB Variations
Color information
#ED2536 (or 0xED2536) is known color: Alizarin. HEX triplet: ED, 25 and 36. RGB value is (237,37,54). Sum of RGB (Red+Green+Blue) = 237+37+54=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2536 is #12DAC9. Grayscale: #626262. Windows color (decimal): -1235658 or 3548653. OLE color: 3548653.
HSL color Cylindrical-coordinate representation of color #ED2536: hue angle of 354.9º 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 #ED2536 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 54 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.07 |
| HSL | 354.9º | 0.85% | 0.54% | - |
| HSV(B) | 354.9º | 0.84% | 0.93% | - |
| XYZ | 36.25 | 19.59 | 5.36 | - |
| YUV | 98.74 | 102.76 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 54 | 0 | 0.84 | 0.77 | 0.07 | 354.9 | 0.85 | 0.54 |
| Hex | ED | 25 | 36 | 0 | 54 | 4D | 7 | 163 | 55 | 36 |
| Octal | 355 | 45 | 66 | 0 | 124 | 115 | 7 | 543 | 125 | 66 |
| Binary | 11101101 | 100101 | 110110 | 0 | 1010100 | 1001101 | 111 | 101100011 | 1010101 | 110110 |
Color Harmonies of #ED2536
Complementary color
Monochromatic Colors of #ED2536
Black with #ED2536
Text Example
Text Example
White with #ED2536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2536; }
p { color: rgb(237,37,54); }
H1.HeaderClassName
{
color: #ED2536;
}
.AnyTagClassName
{
color: #ED2536;
}
</style>
background-color css
<style>
a { background-color: #ED2536; }
a { background-color: rgb(237,37,54); }
div.DivClassName
{
background-color: #ED2536;
}
.BgClassName
{
background-color: #ED2536;
}
</style>
border-color css
<style>
span { border-color: #ED2536; }
span { border-color: rgb(237,37,54); }
td.TdClassName
{
border-color: #ED2536;
}
.TagClassName
{
border-color: #ED2536;
}
</style>