Shades of Alizarin #ED181D
Tints of Alizarin #ED181D
RGB
CMYK
RGB Variations
Color information
#ED181D (or 0xED181D) is known color: Alizarin. HEX triplet: ED, 18 and 1D. RGB value is (237,24,29). Sum of RGB (Red+Green+Blue) = 237+24+29=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED181D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED181D is #12E7E2. Grayscale: #585858. Windows color (decimal): -1239011 or 1906925. OLE color: 1906925.
HSL color Cylindrical-coordinate representation of color #ED181D: hue angle of 358.59º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED181D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 29 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.07 |
| HSL | 358.59º | 0.86% | 0.51% | - |
| HSV(B) | 358.59º | 0.9% | 0.93% | - |
| XYZ | 35.47 | 18.75 | 2.91 | - |
| YUV | 88.26 | 94.57 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 29 | 0 | 0.90 | 0.88 | 0.07 | 358.59 | 0.86 | 0.51 |
| Hex | ED | 18 | 1D | 0 | 5A | 58 | 7 | 167 | 56 | 33 |
| Octal | 355 | 30 | 35 | 0 | 132 | 130 | 7 | 547 | 126 | 63 |
| Binary | 11101101 | 11000 | 11101 | 0 | 1011010 | 1011000 | 111 | 101100111 | 1010110 | 110011 |
Color Harmonies of #ED181D
Complementary color
Monochromatic Colors of #ED181D
Black with #ED181D
Text Example
Text Example
White with #ED181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED181D; }
p { color: rgb(237,24,29); }
H1.HeaderClassName
{
color: #ED181D;
}
.AnyTagClassName
{
color: #ED181D;
}
</style>
background-color css
<style>
a { background-color: #ED181D; }
a { background-color: rgb(237,24,29); }
div.DivClassName
{
background-color: #ED181D;
}
.BgClassName
{
background-color: #ED181D;
}
</style>
border-color css
<style>
span { border-color: #ED181D; }
span { border-color: rgb(237,24,29); }
td.TdClassName
{
border-color: #ED181D;
}
.TagClassName
{
border-color: #ED181D;
}
</style>