Shades of Alizarin #ED313F
Tints of Alizarin #ED313F
RGB
CMYK
RGB Variations
Color information
#ED313F (or 0xED313F) is known color: Alizarin. HEX triplet: ED, 31 and 3F. RGB value is (237,49,63). Sum of RGB (Red+Green+Blue) = 237+49+63=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED313F is #12CEC0. Grayscale: #6A6A6A. Windows color (decimal): -1232577 or 4141549. OLE color: 4141549.
HSL color Cylindrical-coordinate representation of color #ED313F: hue angle of 355.53º 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 #ED313F is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 63 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.07 |
| HSL | 355.53º | 0.84% | 0.56% | - |
| HSV(B) | 355.53º | 0.79% | 0.93% | - |
| XYZ | 36.92 | 20.56 | 6.73 | - |
| YUV | 106.81 | 103.28 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 63 | 0 | 0.79 | 0.73 | 0.07 | 355.53 | 0.84 | 0.56 |
| Hex | ED | 31 | 3F | 0 | 4F | 49 | 7 | 164 | 54 | 38 |
| Octal | 355 | 61 | 77 | 0 | 117 | 111 | 7 | 544 | 124 | 70 |
| Binary | 11101101 | 110001 | 111111 | 0 | 1001111 | 1001001 | 111 | 101100100 | 1010100 | 111000 |
Color Harmonies of #ED313F
Complementary color
Monochromatic Colors of #ED313F
Black with #ED313F
Text Example
Text Example
White with #ED313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED313F; }
p { color: rgb(237,49,63); }
H1.HeaderClassName
{
color: #ED313F;
}
.AnyTagClassName
{
color: #ED313F;
}
</style>
background-color css
<style>
a { background-color: #ED313F; }
a { background-color: rgb(237,49,63); }
div.DivClassName
{
background-color: #ED313F;
}
.BgClassName
{
background-color: #ED313F;
}
</style>
border-color css
<style>
span { border-color: #ED313F; }
span { border-color: rgb(237,49,63); }
td.TdClassName
{
border-color: #ED313F;
}
.TagClassName
{
border-color: #ED313F;
}
</style>