Shades of Alizarin #ED2440
Tints of Alizarin #ED2440
RGB
CMYK
RGB Variations
Color information
#ED2440 (or 0xED2440) is known color: Alizarin. HEX triplet: ED, 24 and 40. RGB value is (237,36,64). Sum of RGB (Red+Green+Blue) = 237+36+64=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2440 is #12DBBF. Grayscale: #636363. Windows color (decimal): -1235904 or 4203757. OLE color: 4203757.
HSL color Cylindrical-coordinate representation of color #ED2440: hue angle of 351.64º 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 #ED2440 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 64 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.07 |
| HSL | 351.64º | 0.85% | 0.54% | - |
| HSV(B) | 351.64º | 0.85% | 0.93% | - |
| XYZ | 36.48 | 19.64 | 6.72 | - |
| YUV | 99.29 | 108.09 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 64 | 0 | 0.85 | 0.73 | 0.07 | 351.64 | 0.85 | 0.54 |
| Hex | ED | 24 | 40 | 0 | 55 | 49 | 7 | 160 | 55 | 36 |
| Octal | 355 | 44 | 100 | 0 | 125 | 111 | 7 | 540 | 125 | 66 |
| Binary | 11101101 | 100100 | 1000000 | 0 | 1010101 | 1001001 | 111 | 101100000 | 1010101 | 110110 |
Color Harmonies of #ED2440
Complementary color
Monochromatic Colors of #ED2440
Black with #ED2440
Text Example
Text Example
White with #ED2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2440; }
p { color: rgb(237,36,64); }
H1.HeaderClassName
{
color: #ED2440;
}
.AnyTagClassName
{
color: #ED2440;
}
</style>
background-color css
<style>
a { background-color: #ED2440; }
a { background-color: rgb(237,36,64); }
div.DivClassName
{
background-color: #ED2440;
}
.BgClassName
{
background-color: #ED2440;
}
</style>
border-color css
<style>
span { border-color: #ED2440; }
span { border-color: rgb(237,36,64); }
td.TdClassName
{
border-color: #ED2440;
}
.TagClassName
{
border-color: #ED2440;
}
</style>