Shades of Alizarin #ED2C3C
Tints of Alizarin #ED2C3C
RGB
CMYK
RGB Variations
Color information
#ED2C3C (or 0xED2C3C) is known color: Alizarin. HEX triplet: ED, 2C and 3C. RGB value is (237,44,60). Sum of RGB (Red+Green+Blue) = 237+44+60=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2C3C is #12D3C3. Grayscale: #676767. Windows color (decimal): -1233860 or 3943661. OLE color: 3943661.
HSL color Cylindrical-coordinate representation of color #ED2C3C: hue angle of 355.03º 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 #ED2C3C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 60 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.07 |
| HSL | 355.03º | 0.84% | 0.55% | - |
| HSV(B) | 355.03º | 0.81% | 0.93% | - |
| XYZ | 36.64 | 20.13 | 6.23 | - |
| YUV | 103.53 | 103.44 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 60 | 0 | 0.81 | 0.75 | 0.07 | 355.03 | 0.84 | 0.55 |
| Hex | ED | 2C | 3C | 0 | 51 | 4B | 7 | 163 | 54 | 37 |
| Octal | 355 | 54 | 74 | 0 | 121 | 113 | 7 | 543 | 124 | 67 |
| Binary | 11101101 | 101100 | 111100 | 0 | 1010001 | 1001011 | 111 | 101100011 | 1010100 | 110111 |
Color Harmonies of #ED2C3C
Complementary color
Monochromatic Colors of #ED2C3C
Black with #ED2C3C
Text Example
Text Example
White with #ED2C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2C3C; }
p { color: rgb(237,44,60); }
H1.HeaderClassName
{
color: #ED2C3C;
}
.AnyTagClassName
{
color: #ED2C3C;
}
</style>
background-color css
<style>
a { background-color: #ED2C3C; }
a { background-color: rgb(237,44,60); }
div.DivClassName
{
background-color: #ED2C3C;
}
.BgClassName
{
background-color: #ED2C3C;
}
</style>
border-color css
<style>
span { border-color: #ED2C3C; }
span { border-color: rgb(237,44,60); }
td.TdClassName
{
border-color: #ED2C3C;
}
.TagClassName
{
border-color: #ED2C3C;
}
</style>