Shades of Alizarin #ED191C
Tints of Alizarin #ED191C
RGB
CMYK
RGB Variations
Color information
#ED191C (or 0xED191C) is known color: Alizarin. HEX triplet: ED, 19 and 1C. RGB value is (237,25,28). Sum of RGB (Red+Green+Blue) = 237+25+28=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED191C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED191C is #12E6E3. Grayscale: #585858. Windows color (decimal): -1238756 or 1841645. OLE color: 1841645.
HSL color Cylindrical-coordinate representation of color #ED191C: hue angle of 359.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED191C is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 28 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.07 |
| HSL | 359.15º | 0.85% | 0.51% | - |
| HSV(B) | 359.15º | 0.89% | 0.93% | - |
| XYZ | 35.48 | 18.78 | 2.85 | - |
| YUV | 88.73 | 93.74 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 28 | 0 | 0.89 | 0.88 | 0.07 | 359.15 | 0.85 | 0.51 |
| Hex | ED | 19 | 1C | 0 | 59 | 58 | 7 | 167 | 55 | 33 |
| Octal | 355 | 31 | 34 | 0 | 131 | 130 | 7 | 547 | 125 | 63 |
| Binary | 11101101 | 11001 | 11100 | 0 | 1011001 | 1011000 | 111 | 101100111 | 1010101 | 110011 |
Color Harmonies of #ED191C
Complementary color
Monochromatic Colors of #ED191C
Black with #ED191C
Text Example
Text Example
White with #ED191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED191C; }
p { color: rgb(237,25,28); }
H1.HeaderClassName
{
color: #ED191C;
}
.AnyTagClassName
{
color: #ED191C;
}
</style>
background-color css
<style>
a { background-color: #ED191C; }
a { background-color: rgb(237,25,28); }
div.DivClassName
{
background-color: #ED191C;
}
.BgClassName
{
background-color: #ED191C;
}
</style>
border-color css
<style>
span { border-color: #ED191C; }
span { border-color: rgb(237,25,28); }
td.TdClassName
{
border-color: #ED191C;
}
.TagClassName
{
border-color: #ED191C;
}
</style>