Shades of Alizarin #ED1622
Tints of Alizarin #ED1622
RGB
CMYK
RGB Variations
Color information
#ED1622 (or 0xED1622) is known color: Alizarin. HEX triplet: ED, 16 and 22. RGB value is (237,22,34). Sum of RGB (Red+Green+Blue) = 237+22+34=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1622 is #12E9DD. Grayscale: #575757. Windows color (decimal): -1239518 or 2234093. OLE color: 2234093.
HSL color Cylindrical-coordinate representation of color #ED1622: hue angle of 356.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1622 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.07 |
| HSL | 356.65º | 0.86% | 0.51% | - |
| HSV(B) | 356.65º | 0.91% | 0.93% | - |
| XYZ | 35.5 | 18.69 | 3.25 | - |
| YUV | 87.65 | 97.73 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 34 | 0 | 0.91 | 0.86 | 0.07 | 356.65 | 0.86 | 0.51 |
| Hex | ED | 16 | 22 | 0 | 5B | 56 | 7 | 165 | 56 | 33 |
| Octal | 355 | 26 | 42 | 0 | 133 | 126 | 7 | 545 | 126 | 63 |
| Binary | 11101101 | 10110 | 100010 | 0 | 1011011 | 1010110 | 111 | 101100101 | 1010110 | 110011 |
Color Harmonies of #ED1622
Complementary color
Monochromatic Colors of #ED1622
Black with #ED1622
Text Example
Text Example
White with #ED1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1622; }
p { color: rgb(237,22,34); }
H1.HeaderClassName
{
color: #ED1622;
}
.AnyTagClassName
{
color: #ED1622;
}
</style>
background-color css
<style>
a { background-color: #ED1622; }
a { background-color: rgb(237,22,34); }
div.DivClassName
{
background-color: #ED1622;
}
.BgClassName
{
background-color: #ED1622;
}
</style>
border-color css
<style>
span { border-color: #ED1622; }
span { border-color: rgb(237,22,34); }
td.TdClassName
{
border-color: #ED1622;
}
.TagClassName
{
border-color: #ED1622;
}
</style>