Shades of Alizarin #ED2C36
Tints of Alizarin #ED2C36
RGB
CMYK
RGB Variations
Color information
#ED2C36 (or 0xED2C36) is known color: Alizarin. HEX triplet: ED, 2C and 36. RGB value is (237,44,54). Sum of RGB (Red+Green+Blue) = 237+44+54=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2C36 is #12D3C9. Grayscale: #666666. Windows color (decimal): -1233866 or 3550445. OLE color: 3550445.
HSL color Cylindrical-coordinate representation of color #ED2C36: hue angle of 356.89º 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 #ED2C36 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 54 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.07 |
| HSL | 356.89º | 0.84% | 0.55% | - |
| HSV(B) | 356.89º | 0.81% | 0.93% | - |
| XYZ | 36.49 | 20.07 | 5.44 | - |
| YUV | 102.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 54 | 0 | 0.81 | 0.77 | 0.07 | 356.89 | 0.84 | 0.55 |
| Hex | ED | 2C | 36 | 0 | 51 | 4D | 7 | 165 | 54 | 37 |
| Octal | 355 | 54 | 66 | 0 | 121 | 115 | 7 | 545 | 124 | 67 |
| Binary | 11101101 | 101100 | 110110 | 0 | 1010001 | 1001101 | 111 | 101100101 | 1010100 | 110111 |
Color Harmonies of #ED2C36
Complementary color
Monochromatic Colors of #ED2C36
Black with #ED2C36
Text Example
Text Example
White with #ED2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2C36; }
p { color: rgb(237,44,54); }
H1.HeaderClassName
{
color: #ED2C36;
}
.AnyTagClassName
{
color: #ED2C36;
}
</style>
background-color css
<style>
a { background-color: #ED2C36; }
a { background-color: rgb(237,44,54); }
div.DivClassName
{
background-color: #ED2C36;
}
.BgClassName
{
background-color: #ED2C36;
}
</style>
border-color css
<style>
span { border-color: #ED2C36; }
span { border-color: rgb(237,44,54); }
td.TdClassName
{
border-color: #ED2C36;
}
.TagClassName
{
border-color: #ED2C36;
}
</style>