Shades of Alizarin #ED3C3F
Tints of Alizarin #ED3C3F
RGB
CMYK
RGB Variations
Color information
#ED3C3F (or 0xED3C3F) is known color: Alizarin. HEX triplet: ED, 3C and 3F. RGB value is (237,60,63). Sum of RGB (Red+Green+Blue) = 237+60+63=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C3F is #12C3C0. Grayscale: #717171. Windows color (decimal): -1229761 or 4144365. OLE color: 4144365.
HSL color Cylindrical-coordinate representation of color #ED3C3F: hue angle of 358.98º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3C3F is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 63 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.07 |
| HSL | 358.98º | 0.83% | 0.58% | - |
| HSV(B) | 358.98º | 0.75% | 0.93% | - |
| XYZ | 37.44 | 21.6 | 6.9 | - |
| YUV | 113.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 63 | 0 | 0.75 | 0.73 | 0.07 | 358.98 | 0.83 | 0.58 |
| Hex | ED | 3C | 3F | 0 | 4B | 49 | 7 | 167 | 53 | 3A |
| Octal | 355 | 74 | 77 | 0 | 113 | 111 | 7 | 547 | 123 | 72 |
| Binary | 11101101 | 111100 | 111111 | 0 | 1001011 | 1001001 | 111 | 101100111 | 1010011 | 111010 |
Color Harmonies of #ED3C3F
Complementary color
Monochromatic Colors of #ED3C3F
Black with #ED3C3F
Text Example
Text Example
White with #ED3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3C3F; }
p { color: rgb(237,60,63); }
H1.HeaderClassName
{
color: #ED3C3F;
}
.AnyTagClassName
{
color: #ED3C3F;
}
</style>
background-color css
<style>
a { background-color: #ED3C3F; }
a { background-color: rgb(237,60,63); }
div.DivClassName
{
background-color: #ED3C3F;
}
.BgClassName
{
background-color: #ED3C3F;
}
</style>
border-color css
<style>
span { border-color: #ED3C3F; }
span { border-color: rgb(237,60,63); }
td.TdClassName
{
border-color: #ED3C3F;
}
.TagClassName
{
border-color: #ED3C3F;
}
</style>