Shades of Alizarin #ED2425
Tints of Alizarin #ED2425
RGB
CMYK
RGB Variations
Color information
#ED2425 (or 0xED2425) is known color: Alizarin. HEX triplet: ED, 24 and 25. RGB value is (237,36,37). Sum of RGB (Red+Green+Blue) = 237+36+37=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2425 is #12DBDA. Grayscale: #606060. Windows color (decimal): -1235931 or 2434285. OLE color: 2434285.
HSL color Cylindrical-coordinate representation of color #ED2425: hue angle of 359.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2425 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 37 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.07 |
| HSL | 359.7º | 0.85% | 0.54% | - |
| HSV(B) | 359.7º | 0.85% | 0.93% | - |
| XYZ | 35.89 | 19.4 | 3.6 | - |
| YUV | 96.21 | 94.59 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 37 | 0 | 0.85 | 0.84 | 0.07 | 359.7 | 0.85 | 0.54 |
| Hex | ED | 24 | 25 | 0 | 55 | 54 | 7 | 168 | 55 | 36 |
| Octal | 355 | 44 | 45 | 0 | 125 | 124 | 7 | 550 | 125 | 66 |
| Binary | 11101101 | 100100 | 100101 | 0 | 1010101 | 1010100 | 111 | 101101000 | 1010101 | 110110 |
Color Harmonies of #ED2425
Complementary color
Monochromatic Colors of #ED2425
Black with #ED2425
Text Example
Text Example
White with #ED2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2425; }
p { color: rgb(237,36,37); }
H1.HeaderClassName
{
color: #ED2425;
}
.AnyTagClassName
{
color: #ED2425;
}
</style>
background-color css
<style>
a { background-color: #ED2425; }
a { background-color: rgb(237,36,37); }
div.DivClassName
{
background-color: #ED2425;
}
.BgClassName
{
background-color: #ED2425;
}
</style>
border-color css
<style>
span { border-color: #ED2425; }
span { border-color: rgb(237,36,37); }
td.TdClassName
{
border-color: #ED2425;
}
.TagClassName
{
border-color: #ED2425;
}
</style>