Shades of Alizarin #ED233C
Tints of Alizarin #ED233C
RGB
CMYK
RGB Variations
Color information
#ED233C (or 0xED233C) is known color: Alizarin. HEX triplet: ED, 23 and 3C. RGB value is (237,35,60). Sum of RGB (Red+Green+Blue) = 237+35+60=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED233C is #12DCC3. Grayscale: #626262. Windows color (decimal): -1236164 or 3941357. OLE color: 3941357.
HSL color Cylindrical-coordinate representation of color #ED233C: hue angle of 352.57º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED233C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 60 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.07 |
| HSL | 352.57º | 0.85% | 0.53% | - |
| HSV(B) | 352.57º | 0.85% | 0.93% | - |
| XYZ | 36.34 | 19.53 | 6.13 | - |
| YUV | 98.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 60 | 0 | 0.85 | 0.75 | 0.07 | 352.57 | 0.85 | 0.53 |
| Hex | ED | 23 | 3C | 0 | 55 | 4B | 7 | 161 | 55 | 35 |
| Octal | 355 | 43 | 74 | 0 | 125 | 113 | 7 | 541 | 125 | 65 |
| Binary | 11101101 | 100011 | 111100 | 0 | 1010101 | 1001011 | 111 | 101100001 | 1010101 | 110101 |
Color Harmonies of #ED233C
Complementary color
Monochromatic Colors of #ED233C
Black with #ED233C
Text Example
Text Example
White with #ED233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED233C; }
p { color: rgb(237,35,60); }
H1.HeaderClassName
{
color: #ED233C;
}
.AnyTagClassName
{
color: #ED233C;
}
</style>
background-color css
<style>
a { background-color: #ED233C; }
a { background-color: rgb(237,35,60); }
div.DivClassName
{
background-color: #ED233C;
}
.BgClassName
{
background-color: #ED233C;
}
</style>
border-color css
<style>
span { border-color: #ED233C; }
span { border-color: rgb(237,35,60); }
td.TdClassName
{
border-color: #ED233C;
}
.TagClassName
{
border-color: #ED233C;
}
</style>