Shades of Alizarin #ED3640
Tints of Alizarin #ED3640
RGB
CMYK
RGB Variations
Color information
#ED3640 (or 0xED3640) is known color: Alizarin. HEX triplet: ED, 36 and 40. RGB value is (237,54,64). Sum of RGB (Red+Green+Blue) = 237+54+64=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3640 is #12C9BF. Grayscale: #6E6E6E. Windows color (decimal): -1231296 or 4208365. OLE color: 4208365.
HSL color Cylindrical-coordinate representation of color #ED3640: hue angle of 356.72º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3640 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 64 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.07 |
| HSL | 356.72º | 0.84% | 0.57% | - |
| HSV(B) | 356.72º | 0.77% | 0.93% | - |
| XYZ | 37.17 | 21.01 | 6.95 | - |
| YUV | 109.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 64 | 0 | 0.77 | 0.73 | 0.07 | 356.72 | 0.84 | 0.57 |
| Hex | ED | 36 | 40 | 0 | 4D | 49 | 7 | 165 | 54 | 39 |
| Octal | 355 | 66 | 100 | 0 | 115 | 111 | 7 | 545 | 124 | 71 |
| Binary | 11101101 | 110110 | 1000000 | 0 | 1001101 | 1001001 | 111 | 101100101 | 1010100 | 111001 |
Color Harmonies of #ED3640
Complementary color
Monochromatic Colors of #ED3640
Black with #ED3640
Text Example
Text Example
White with #ED3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3640; }
p { color: rgb(237,54,64); }
H1.HeaderClassName
{
color: #ED3640;
}
.AnyTagClassName
{
color: #ED3640;
}
</style>
background-color css
<style>
a { background-color: #ED3640; }
a { background-color: rgb(237,54,64); }
div.DivClassName
{
background-color: #ED3640;
}
.BgClassName
{
background-color: #ED3640;
}
</style>
border-color css
<style>
span { border-color: #ED3640; }
span { border-color: rgb(237,54,64); }
td.TdClassName
{
border-color: #ED3640;
}
.TagClassName
{
border-color: #ED3640;
}
</style>