Shades of Alizarin #ED193A
Tints of Alizarin #ED193A
RGB
CMYK
RGB Variations
Color information
#ED193A (or 0xED193A) is known color: Alizarin. HEX triplet: ED, 19 and 3A. RGB value is (237,25,58). Sum of RGB (Red+Green+Blue) = 237+25+58=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED193A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED193A is #12E6C5. Grayscale: #5C5C5C. Windows color (decimal): -1238726 or 3807725. OLE color: 3807725.
HSL color Cylindrical-coordinate representation of color #ED193A: hue angle of 350.66º 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 #ED193A is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 58 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.07 |
| HSL | 350.66º | 0.85% | 0.51% | - |
| HSV(B) | 350.66º | 0.89% | 0.93% | - |
| XYZ | 36.04 | 19.01 | 5.77 | - |
| YUV | 92.15 | 108.74 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 58 | 0 | 0.89 | 0.76 | 0.07 | 350.66 | 0.85 | 0.51 |
| Hex | ED | 19 | 3A | 0 | 59 | 4C | 7 | 15F | 55 | 33 |
| Octal | 355 | 31 | 72 | 0 | 131 | 114 | 7 | 537 | 125 | 63 |
| Binary | 11101101 | 11001 | 111010 | 0 | 1011001 | 1001100 | 111 | 101011111 | 1010101 | 110011 |
Color Harmonies of #ED193A
Complementary color
Monochromatic Colors of #ED193A
Black with #ED193A
Text Example
Text Example
White with #ED193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED193A; }
p { color: rgb(237,25,58); }
H1.HeaderClassName
{
color: #ED193A;
}
.AnyTagClassName
{
color: #ED193A;
}
</style>
background-color css
<style>
a { background-color: #ED193A; }
a { background-color: rgb(237,25,58); }
div.DivClassName
{
background-color: #ED193A;
}
.BgClassName
{
background-color: #ED193A;
}
</style>
border-color css
<style>
span { border-color: #ED193A; }
span { border-color: rgb(237,25,58); }
td.TdClassName
{
border-color: #ED193A;
}
.TagClassName
{
border-color: #ED193A;
}
</style>