Shades of Alizarin #ED1826
Tints of Alizarin #ED1826
RGB
CMYK
RGB Variations
Color information
#ED1826 (or 0xED1826) is known color: Alizarin. HEX triplet: ED, 18 and 26. RGB value is (237,24,38). Sum of RGB (Red+Green+Blue) = 237+24+38=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1826 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1826 is #12E7D9. Grayscale: #595959. Windows color (decimal): -1239002 or 2496749. OLE color: 2496749.
HSL color Cylindrical-coordinate representation of color #ED1826: hue angle of 356.06º 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 #ED1826 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 38 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.07 |
| HSL | 356.06º | 0.86% | 0.51% | - |
| HSV(B) | 356.06º | 0.9% | 0.93% | - |
| XYZ | 35.6 | 18.8 | 3.59 | - |
| YUV | 89.28 | 99.07 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 38 | 0 | 0.90 | 0.84 | 0.07 | 356.06 | 0.86 | 0.51 |
| Hex | ED | 18 | 26 | 0 | 5A | 54 | 7 | 164 | 56 | 33 |
| Octal | 355 | 30 | 46 | 0 | 132 | 124 | 7 | 544 | 126 | 63 |
| Binary | 11101101 | 11000 | 100110 | 0 | 1011010 | 1010100 | 111 | 101100100 | 1010110 | 110011 |
Color Harmonies of #ED1826
Complementary color
Monochromatic Colors of #ED1826
Black with #ED1826
Text Example
Text Example
White with #ED1826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1826; }
p { color: rgb(237,24,38); }
H1.HeaderClassName
{
color: #ED1826;
}
.AnyTagClassName
{
color: #ED1826;
}
</style>
background-color css
<style>
a { background-color: #ED1826; }
a { background-color: rgb(237,24,38); }
div.DivClassName
{
background-color: #ED1826;
}
.BgClassName
{
background-color: #ED1826;
}
</style>
border-color css
<style>
span { border-color: #ED1826; }
span { border-color: rgb(237,24,38); }
td.TdClassName
{
border-color: #ED1826;
}
.TagClassName
{
border-color: #ED1826;
}
</style>