Shades of Alizarin #ED353C
Tints of Alizarin #ED353C
RGB
CMYK
RGB Variations
Color information
#ED353C (or 0xED353C) is known color: Alizarin. HEX triplet: ED, 35 and 3C. RGB value is (237,53,60). Sum of RGB (Red+Green+Blue) = 237+53+60=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED353C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED353C is #12CAC3. Grayscale: #6C6C6C. Windows color (decimal): -1231556 or 3945965. OLE color: 3945965.
HSL color Cylindrical-coordinate representation of color #ED353C: hue angle of 357.72º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED353C is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 60 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.07 |
| HSL | 357.72º | 0.84% | 0.57% | - |
| HSV(B) | 357.72º | 0.78% | 0.93% | - |
| XYZ | 37.01 | 20.88 | 6.35 | - |
| YUV | 108.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 60 | 0 | 0.78 | 0.75 | 0.07 | 357.72 | 0.84 | 0.57 |
| Hex | ED | 35 | 3C | 0 | 4E | 4B | 7 | 166 | 54 | 39 |
| Octal | 355 | 65 | 74 | 0 | 116 | 113 | 7 | 546 | 124 | 71 |
| Binary | 11101101 | 110101 | 111100 | 0 | 1001110 | 1001011 | 111 | 101100110 | 1010100 | 111001 |
Color Harmonies of #ED353C
Complementary color
Monochromatic Colors of #ED353C
Black with #ED353C
Text Example
Text Example
White with #ED353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED353C; }
p { color: rgb(237,53,60); }
H1.HeaderClassName
{
color: #ED353C;
}
.AnyTagClassName
{
color: #ED353C;
}
</style>
background-color css
<style>
a { background-color: #ED353C; }
a { background-color: rgb(237,53,60); }
div.DivClassName
{
background-color: #ED353C;
}
.BgClassName
{
background-color: #ED353C;
}
</style>
border-color css
<style>
span { border-color: #ED353C; }
span { border-color: rgb(237,53,60); }
td.TdClassName
{
border-color: #ED353C;
}
.TagClassName
{
border-color: #ED353C;
}
</style>