Shades of Alizarin #ED192D
Tints of Alizarin #ED192D
RGB
CMYK
RGB Variations
Color information
#ED192D (or 0xED192D) is known color: Alizarin. HEX triplet: ED, 19 and 2D. RGB value is (237,25,45). Sum of RGB (Red+Green+Blue) = 237+25+45=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED192D is #12E6D2. Grayscale: #5A5A5A. Windows color (decimal): -1238739 or 2955757. OLE color: 2955757.
HSL color Cylindrical-coordinate representation of color #ED192D: hue angle of 354.34º 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 #ED192D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 45 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.07 |
| HSL | 354.34º | 0.85% | 0.51% | - |
| HSV(B) | 354.34º | 0.89% | 0.93% | - |
| XYZ | 35.75 | 18.89 | 4.24 | - |
| YUV | 90.67 | 102.24 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 45 | 0 | 0.89 | 0.81 | 0.07 | 354.34 | 0.85 | 0.51 |
| Hex | ED | 19 | 2D | 0 | 59 | 51 | 7 | 162 | 55 | 33 |
| Octal | 355 | 31 | 55 | 0 | 131 | 121 | 7 | 542 | 125 | 63 |
| Binary | 11101101 | 11001 | 101101 | 0 | 1011001 | 1010001 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #ED192D
Complementary color
Monochromatic Colors of #ED192D
Black with #ED192D
Text Example
Text Example
White with #ED192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED192D; }
p { color: rgb(237,25,45); }
H1.HeaderClassName
{
color: #ED192D;
}
.AnyTagClassName
{
color: #ED192D;
}
</style>
background-color css
<style>
a { background-color: #ED192D; }
a { background-color: rgb(237,25,45); }
div.DivClassName
{
background-color: #ED192D;
}
.BgClassName
{
background-color: #ED192D;
}
</style>
border-color css
<style>
span { border-color: #ED192D; }
span { border-color: rgb(237,25,45); }
td.TdClassName
{
border-color: #ED192D;
}
.TagClassName
{
border-color: #ED192D;
}
</style>