Shades of Alizarin #ED1F2C
Tints of Alizarin #ED1F2C
RGB
CMYK
RGB Variations
Color information
#ED1F2C (or 0xED1F2C) is known color: Alizarin. HEX triplet: ED, 1F and 2C. RGB value is (237,31,44). Sum of RGB (Red+Green+Blue) = 237+31+44=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F2C is #12E0D3. Grayscale: #5E5E5E. Windows color (decimal): -1237204 or 2891757. OLE color: 2891757.
HSL color Cylindrical-coordinate representation of color #ED1F2C: hue angle of 356.21º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1F2C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 44 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.07 |
| HSL | 356.21º | 0.85% | 0.53% | - |
| HSV(B) | 356.21º | 0.87% | 0.93% | - |
| XYZ | 35.87 | 19.17 | 4.19 | - |
| YUV | 94.08 | 99.75 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 44 | 0 | 0.87 | 0.81 | 0.07 | 356.21 | 0.85 | 0.53 |
| Hex | ED | 1F | 2C | 0 | 57 | 51 | 7 | 164 | 55 | 35 |
| Octal | 355 | 37 | 54 | 0 | 127 | 121 | 7 | 544 | 125 | 65 |
| Binary | 11101101 | 11111 | 101100 | 0 | 1010111 | 1010001 | 111 | 101100100 | 1010101 | 110101 |
Color Harmonies of #ED1F2C
Complementary color
Monochromatic Colors of #ED1F2C
Black with #ED1F2C
Text Example
Text Example
White with #ED1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F2C; }
p { color: rgb(237,31,44); }
H1.HeaderClassName
{
color: #ED1F2C;
}
.AnyTagClassName
{
color: #ED1F2C;
}
</style>
background-color css
<style>
a { background-color: #ED1F2C; }
a { background-color: rgb(237,31,44); }
div.DivClassName
{
background-color: #ED1F2C;
}
.BgClassName
{
background-color: #ED1F2C;
}
</style>
border-color css
<style>
span { border-color: #ED1F2C; }
span { border-color: rgb(237,31,44); }
td.TdClassName
{
border-color: #ED1F2C;
}
.TagClassName
{
border-color: #ED1F2C;
}
</style>