Shades of Alizarin #ED1830
Tints of Alizarin #ED1830
RGB
CMYK
RGB Variations
Color information
#ED1830 (or 0xED1830) is known color: Alizarin. HEX triplet: ED, 18 and 30. RGB value is (237,24,48). Sum of RGB (Red+Green+Blue) = 237+24+48=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1830 is #12E7CF. Grayscale: #5A5A5A. Windows color (decimal): -1238992 or 3152109. OLE color: 3152109.
HSL color Cylindrical-coordinate representation of color #ED1830: hue angle of 353.24º 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 #ED1830 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 48 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.07 |
| HSL | 353.24º | 0.86% | 0.51% | - |
| HSV(B) | 353.24º | 0.9% | 0.93% | - |
| XYZ | 35.79 | 18.87 | 4.55 | - |
| YUV | 90.42 | 104.07 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 48 | 0 | 0.90 | 0.80 | 0.07 | 353.24 | 0.86 | 0.51 |
| Hex | ED | 18 | 30 | 0 | 5A | 50 | 7 | 161 | 56 | 33 |
| Octal | 355 | 30 | 60 | 0 | 132 | 120 | 7 | 541 | 126 | 63 |
| Binary | 11101101 | 11000 | 110000 | 0 | 1011010 | 1010000 | 111 | 101100001 | 1010110 | 110011 |
Color Harmonies of #ED1830
Complementary color
Monochromatic Colors of #ED1830
Black with #ED1830
Text Example
Text Example
White with #ED1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1830; }
p { color: rgb(237,24,48); }
H1.HeaderClassName
{
color: #ED1830;
}
.AnyTagClassName
{
color: #ED1830;
}
</style>
background-color css
<style>
a { background-color: #ED1830; }
a { background-color: rgb(237,24,48); }
div.DivClassName
{
background-color: #ED1830;
}
.BgClassName
{
background-color: #ED1830;
}
</style>
border-color css
<style>
span { border-color: #ED1830; }
span { border-color: rgb(237,24,48); }
td.TdClassName
{
border-color: #ED1830;
}
.TagClassName
{
border-color: #ED1830;
}
</style>