Shades of Alizarin #ED1F3C
Tints of Alizarin #ED1F3C
RGB
CMYK
RGB Variations
Color information
#ED1F3C (or 0xED1F3C) is known color: Alizarin. HEX triplet: ED, 1F and 3C. RGB value is (237,31,60). Sum of RGB (Red+Green+Blue) = 237+31+60=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F3C is #12E0C3. Grayscale: #5F5F5F. Windows color (decimal): -1237188 or 3940333. OLE color: 3940333.
HSL color Cylindrical-coordinate representation of color #ED1F3C: hue angle of 351.55º 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 #ED1F3C is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 60 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.07 |
| HSL | 351.55º | 0.85% | 0.53% | - |
| HSV(B) | 351.55º | 0.87% | 0.93% | - |
| XYZ | 36.23 | 19.31 | 6.09 | - |
| YUV | 95.9 | 107.75 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 60 | 0 | 0.87 | 0.75 | 0.07 | 351.55 | 0.85 | 0.53 |
| Hex | ED | 1F | 3C | 0 | 57 | 4B | 7 | 160 | 55 | 35 |
| Octal | 355 | 37 | 74 | 0 | 127 | 113 | 7 | 540 | 125 | 65 |
| Binary | 11101101 | 11111 | 111100 | 0 | 1010111 | 1001011 | 111 | 101100000 | 1010101 | 110101 |
Color Harmonies of #ED1F3C
Complementary color
Monochromatic Colors of #ED1F3C
Black with #ED1F3C
Text Example
Text Example
White with #ED1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F3C; }
p { color: rgb(237,31,60); }
H1.HeaderClassName
{
color: #ED1F3C;
}
.AnyTagClassName
{
color: #ED1F3C;
}
</style>
background-color css
<style>
a { background-color: #ED1F3C; }
a { background-color: rgb(237,31,60); }
div.DivClassName
{
background-color: #ED1F3C;
}
.BgClassName
{
background-color: #ED1F3C;
}
</style>
border-color css
<style>
span { border-color: #ED1F3C; }
span { border-color: rgb(237,31,60); }
td.TdClassName
{
border-color: #ED1F3C;
}
.TagClassName
{
border-color: #ED1F3C;
}
</style>