Shades of Alizarin #ED3440
Tints of Alizarin #ED3440
RGB
CMYK
RGB Variations
Color information
#ED3440 (or 0xED3440) is known color: Alizarin. HEX triplet: ED, 34 and 40. RGB value is (237,52,64). Sum of RGB (Red+Green+Blue) = 237+52+64=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3440 is #12CBBF. Grayscale: #6C6C6C. Windows color (decimal): -1231808 or 4207853. OLE color: 4207853.
HSL color Cylindrical-coordinate representation of color #ED3440: hue angle of 356.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3440 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 64 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.07 |
| HSL | 356.11º | 0.84% | 0.57% | - |
| HSV(B) | 356.11º | 0.78% | 0.93% | - |
| XYZ | 37.08 | 20.83 | 6.92 | - |
| YUV | 108.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 64 | 0 | 0.78 | 0.73 | 0.07 | 356.11 | 0.84 | 0.57 |
| Hex | ED | 34 | 40 | 0 | 4E | 49 | 7 | 164 | 54 | 39 |
| Octal | 355 | 64 | 100 | 0 | 116 | 111 | 7 | 544 | 124 | 71 |
| Binary | 11101101 | 110100 | 1000000 | 0 | 1001110 | 1001001 | 111 | 101100100 | 1010100 | 111001 |
Color Harmonies of #ED3440
Complementary color
Monochromatic Colors of #ED3440
Black with #ED3440
Text Example
Text Example
White with #ED3440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3440; }
p { color: rgb(237,52,64); }
H1.HeaderClassName
{
color: #ED3440;
}
.AnyTagClassName
{
color: #ED3440;
}
</style>
background-color css
<style>
a { background-color: #ED3440; }
a { background-color: rgb(237,52,64); }
div.DivClassName
{
background-color: #ED3440;
}
.BgClassName
{
background-color: #ED3440;
}
</style>
border-color css
<style>
span { border-color: #ED3440; }
span { border-color: rgb(237,52,64); }
td.TdClassName
{
border-color: #ED3440;
}
.TagClassName
{
border-color: #ED3440;
}
</style>