Shades of Alizarin #ED1838
Tints of Alizarin #ED1838
RGB
CMYK
RGB Variations
Color information
#ED1838 (or 0xED1838) is known color: Alizarin. HEX triplet: ED, 18 and 38. RGB value is (237,24,56). Sum of RGB (Red+Green+Blue) = 237+24+56=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1838 is #12E7C7. Grayscale: #5B5B5B. Windows color (decimal): -1238984 or 3676397. OLE color: 3676397.
HSL color Cylindrical-coordinate representation of color #ED1838: hue angle of 350.99º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1838 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 56 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.07 |
| HSL | 350.99º | 0.86% | 0.51% | - |
| HSV(B) | 350.99º | 0.9% | 0.93% | - |
| XYZ | 35.97 | 18.94 | 5.5 | - |
| YUV | 91.34 | 108.07 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 56 | 0 | 0.90 | 0.76 | 0.07 | 350.99 | 0.86 | 0.51 |
| Hex | ED | 18 | 38 | 0 | 5A | 4C | 7 | 15F | 56 | 33 |
| Octal | 355 | 30 | 70 | 0 | 132 | 114 | 7 | 537 | 126 | 63 |
| Binary | 11101101 | 11000 | 111000 | 0 | 1011010 | 1001100 | 111 | 101011111 | 1010110 | 110011 |
Color Harmonies of #ED1838
Complementary color
Monochromatic Colors of #ED1838
Black with #ED1838
Text Example
Text Example
White with #ED1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1838; }
p { color: rgb(237,24,56); }
H1.HeaderClassName
{
color: #ED1838;
}
.AnyTagClassName
{
color: #ED1838;
}
</style>
background-color css
<style>
a { background-color: #ED1838; }
a { background-color: rgb(237,24,56); }
div.DivClassName
{
background-color: #ED1838;
}
.BgClassName
{
background-color: #ED1838;
}
</style>
border-color css
<style>
span { border-color: #ED1838; }
span { border-color: rgb(237,24,56); }
td.TdClassName
{
border-color: #ED1838;
}
.TagClassName
{
border-color: #ED1838;
}
</style>