Shades of Alizarin #ED192E
Tints of Alizarin #ED192E
RGB
CMYK
RGB Variations
Color information
#ED192E (or 0xED192E) is known color: Alizarin. HEX triplet: ED, 19 and 2E. RGB value is (237,25,46). Sum of RGB (Red+Green+Blue) = 237+25+46=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED192E is #12E6D1. Grayscale: #5A5A5A. Windows color (decimal): -1238738 or 3021293. OLE color: 3021293.
HSL color Cylindrical-coordinate representation of color #ED192E: hue angle of 354.06º 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 #ED192E is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 46 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.07 |
| HSL | 354.06º | 0.85% | 0.51% | - |
| HSV(B) | 354.06º | 0.89% | 0.93% | - |
| XYZ | 35.77 | 18.9 | 4.35 | - |
| YUV | 90.78 | 102.74 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 46 | 0 | 0.89 | 0.81 | 0.07 | 354.06 | 0.85 | 0.51 |
| Hex | ED | 19 | 2E | 0 | 59 | 51 | 7 | 162 | 55 | 33 |
| Octal | 355 | 31 | 56 | 0 | 131 | 121 | 7 | 542 | 125 | 63 |
| Binary | 11101101 | 11001 | 101110 | 0 | 1011001 | 1010001 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #ED192E
Complementary color
Monochromatic Colors of #ED192E
Black with #ED192E
Text Example
Text Example
White with #ED192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED192E; }
p { color: rgb(237,25,46); }
H1.HeaderClassName
{
color: #ED192E;
}
.AnyTagClassName
{
color: #ED192E;
}
</style>
background-color css
<style>
a { background-color: #ED192E; }
a { background-color: rgb(237,25,46); }
div.DivClassName
{
background-color: #ED192E;
}
.BgClassName
{
background-color: #ED192E;
}
</style>
border-color css
<style>
span { border-color: #ED192E; }
span { border-color: rgb(237,25,46); }
td.TdClassName
{
border-color: #ED192E;
}
.TagClassName
{
border-color: #ED192E;
}
</style>