Shades of Alizarin #ED253B
Tints of Alizarin #ED253B
RGB
CMYK
RGB Variations
Color information
#ED253B (or 0xED253B) is known color: Alizarin. HEX triplet: ED, 25 and 3B. RGB value is (237,37,59). Sum of RGB (Red+Green+Blue) = 237+37+59=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED253B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED253B is #12DAC4. Grayscale: #636363. Windows color (decimal): -1235653 or 3876333. OLE color: 3876333.
HSL color Cylindrical-coordinate representation of color #ED253B: hue angle of 353.4º 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 #ED253B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 59 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.07 |
| HSL | 353.4º | 0.85% | 0.54% | - |
| HSV(B) | 353.4º | 0.84% | 0.93% | - |
| XYZ | 36.38 | 19.64 | 6.01 | - |
| YUV | 99.31 | 105.26 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 59 | 0 | 0.84 | 0.75 | 0.07 | 353.4 | 0.85 | 0.54 |
| Hex | ED | 25 | 3B | 0 | 54 | 4B | 7 | 161 | 55 | 36 |
| Octal | 355 | 45 | 73 | 0 | 124 | 113 | 7 | 541 | 125 | 66 |
| Binary | 11101101 | 100101 | 111011 | 0 | 1010100 | 1001011 | 111 | 101100001 | 1010101 | 110110 |
Color Harmonies of #ED253B
Complementary color
Monochromatic Colors of #ED253B
Black with #ED253B
Text Example
Text Example
White with #ED253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED253B; }
p { color: rgb(237,37,59); }
H1.HeaderClassName
{
color: #ED253B;
}
.AnyTagClassName
{
color: #ED253B;
}
</style>
background-color css
<style>
a { background-color: #ED253B; }
a { background-color: rgb(237,37,59); }
div.DivClassName
{
background-color: #ED253B;
}
.BgClassName
{
background-color: #ED253B;
}
</style>
border-color css
<style>
span { border-color: #ED253B; }
span { border-color: rgb(237,37,59); }
td.TdClassName
{
border-color: #ED253B;
}
.TagClassName
{
border-color: #ED253B;
}
</style>