Shades of Alizarin #ED2640
Tints of Alizarin #ED2640
RGB
CMYK
RGB Variations
Color information
#ED2640 (or 0xED2640) is known color: Alizarin. HEX triplet: ED, 26 and 40. RGB value is (237,38,64). Sum of RGB (Red+Green+Blue) = 237+38+64=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2640 is #12D9BF. Grayscale: #646464. Windows color (decimal): -1235392 or 4204269. OLE color: 4204269.
HSL color Cylindrical-coordinate representation of color #ED2640: hue angle of 352.16º 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 #ED2640 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 64 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.07 |
| HSL | 352.16º | 0.85% | 0.54% | - |
| HSV(B) | 352.16º | 0.84% | 0.93% | - |
| XYZ | 36.54 | 19.76 | 6.74 | - |
| YUV | 100.47 | 107.43 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 64 | 0 | 0.84 | 0.73 | 0.07 | 352.16 | 0.85 | 0.54 |
| Hex | ED | 26 | 40 | 0 | 54 | 49 | 7 | 160 | 55 | 36 |
| Octal | 355 | 46 | 100 | 0 | 124 | 111 | 7 | 540 | 125 | 66 |
| Binary | 11101101 | 100110 | 1000000 | 0 | 1010100 | 1001001 | 111 | 101100000 | 1010101 | 110110 |
Color Harmonies of #ED2640
Complementary color
Monochromatic Colors of #ED2640
Black with #ED2640
Text Example
Text Example
White with #ED2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2640; }
p { color: rgb(237,38,64); }
H1.HeaderClassName
{
color: #ED2640;
}
.AnyTagClassName
{
color: #ED2640;
}
</style>
background-color css
<style>
a { background-color: #ED2640; }
a { background-color: rgb(237,38,64); }
div.DivClassName
{
background-color: #ED2640;
}
.BgClassName
{
background-color: #ED2640;
}
</style>
border-color css
<style>
span { border-color: #ED2640; }
span { border-color: rgb(237,38,64); }
td.TdClassName
{
border-color: #ED2640;
}
.TagClassName
{
border-color: #ED2640;
}
</style>