Shades of Alizarin #ED313C
Tints of Alizarin #ED313C
RGB
CMYK
RGB Variations
Color information
#ED313C (or 0xED313C) is known color: Alizarin. HEX triplet: ED, 31 and 3C. RGB value is (237,49,60). Sum of RGB (Red+Green+Blue) = 237+49+60=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED313C is #12CEC3. Grayscale: #6A6A6A. Windows color (decimal): -1232580 or 3944941. OLE color: 3944941.
HSL color Cylindrical-coordinate representation of color #ED313C: hue angle of 356.49º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED313C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 60 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.07 |
| HSL | 356.49º | 0.84% | 0.56% | - |
| HSV(B) | 356.49º | 0.79% | 0.93% | - |
| XYZ | 36.84 | 20.53 | 6.3 | - |
| YUV | 106.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 60 | 0 | 0.79 | 0.75 | 0.07 | 356.49 | 0.84 | 0.56 |
| Hex | ED | 31 | 3C | 0 | 4F | 4B | 7 | 164 | 54 | 38 |
| Octal | 355 | 61 | 74 | 0 | 117 | 113 | 7 | 544 | 124 | 70 |
| Binary | 11101101 | 110001 | 111100 | 0 | 1001111 | 1001011 | 111 | 101100100 | 1010100 | 111000 |
Color Harmonies of #ED313C
Complementary color
Monochromatic Colors of #ED313C
Black with #ED313C
Text Example
Text Example
White with #ED313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED313C; }
p { color: rgb(237,49,60); }
H1.HeaderClassName
{
color: #ED313C;
}
.AnyTagClassName
{
color: #ED313C;
}
</style>
background-color css
<style>
a { background-color: #ED313C; }
a { background-color: rgb(237,49,60); }
div.DivClassName
{
background-color: #ED313C;
}
.BgClassName
{
background-color: #ED313C;
}
</style>
border-color css
<style>
span { border-color: #ED313C; }
span { border-color: rgb(237,49,60); }
td.TdClassName
{
border-color: #ED313C;
}
.TagClassName
{
border-color: #ED313C;
}
</style>