Shades of Alizarin #ED2C3F
Tints of Alizarin #ED2C3F
RGB
CMYK
RGB Variations
Color information
#ED2C3F (or 0xED2C3F) is known color: Alizarin. HEX triplet: ED, 2C and 3F. RGB value is (237,44,63). Sum of RGB (Red+Green+Blue) = 237+44+63=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2C3F is #12D3C0. Grayscale: #676767. Windows color (decimal): -1233857 or 4140269. OLE color: 4140269.
HSL color Cylindrical-coordinate representation of color #ED2C3F: hue angle of 354.09º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2C3F is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 63 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.07 |
| HSL | 354.09º | 0.84% | 0.55% | - |
| HSV(B) | 354.09º | 0.81% | 0.93% | - |
| XYZ | 36.72 | 20.16 | 6.66 | - |
| YUV | 103.87 | 104.94 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 63 | 0 | 0.81 | 0.73 | 0.07 | 354.09 | 0.84 | 0.55 |
| Hex | ED | 2C | 3F | 0 | 51 | 49 | 7 | 162 | 54 | 37 |
| Octal | 355 | 54 | 77 | 0 | 121 | 111 | 7 | 542 | 124 | 67 |
| Binary | 11101101 | 101100 | 111111 | 0 | 1010001 | 1001001 | 111 | 101100010 | 1010100 | 110111 |
Color Harmonies of #ED2C3F
Complementary color
Monochromatic Colors of #ED2C3F
Black with #ED2C3F
Text Example
Text Example
White with #ED2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2C3F; }
p { color: rgb(237,44,63); }
H1.HeaderClassName
{
color: #ED2C3F;
}
.AnyTagClassName
{
color: #ED2C3F;
}
</style>
background-color css
<style>
a { background-color: #ED2C3F; }
a { background-color: rgb(237,44,63); }
div.DivClassName
{
background-color: #ED2C3F;
}
.BgClassName
{
background-color: #ED2C3F;
}
</style>
border-color css
<style>
span { border-color: #ED2C3F; }
span { border-color: rgb(237,44,63); }
td.TdClassName
{
border-color: #ED2C3F;
}
.TagClassName
{
border-color: #ED2C3F;
}
</style>