Shades of Alizarin #ED2837
Tints of Alizarin #ED2837
RGB
CMYK
RGB Variations
Color information
#ED2837 (or 0xED2837) is known color: Alizarin. HEX triplet: ED, 28 and 37. RGB value is (237,40,55). Sum of RGB (Red+Green+Blue) = 237+40+55=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2837 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2837 is #12D7C8. Grayscale: #646464. Windows color (decimal): -1234889 or 3614957. OLE color: 3614957.
HSL color Cylindrical-coordinate representation of color #ED2837: hue angle of 355.43º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2837 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 55 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.07 |
| HSL | 355.43º | 0.85% | 0.54% | - |
| HSV(B) | 355.43º | 0.83% | 0.93% | - |
| XYZ | 36.37 | 19.8 | 5.52 | - |
| YUV | 100.61 | 102.27 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 55 | 0 | 0.83 | 0.77 | 0.07 | 355.43 | 0.85 | 0.54 |
| Hex | ED | 28 | 37 | 0 | 53 | 4D | 7 | 163 | 55 | 36 |
| Octal | 355 | 50 | 67 | 0 | 123 | 115 | 7 | 543 | 125 | 66 |
| Binary | 11101101 | 101000 | 110111 | 0 | 1010011 | 1001101 | 111 | 101100011 | 1010101 | 110110 |
Color Harmonies of #ED2837
Complementary color
Monochromatic Colors of #ED2837
Black with #ED2837
Text Example
Text Example
White with #ED2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2837; }
p { color: rgb(237,40,55); }
H1.HeaderClassName
{
color: #ED2837;
}
.AnyTagClassName
{
color: #ED2837;
}
</style>
background-color css
<style>
a { background-color: #ED2837; }
a { background-color: rgb(237,40,55); }
div.DivClassName
{
background-color: #ED2837;
}
.BgClassName
{
background-color: #ED2837;
}
</style>
border-color css
<style>
span { border-color: #ED2837; }
span { border-color: rgb(237,40,55); }
td.TdClassName
{
border-color: #ED2837;
}
.TagClassName
{
border-color: #ED2837;
}
</style>