Shades of Alizarin #ED323C
Tints of Alizarin #ED323C
RGB
CMYK
RGB Variations
Color information
#ED323C (or 0xED323C) is known color: Alizarin. HEX triplet: ED, 32 and 3C. RGB value is (237,50,60). Sum of RGB (Red+Green+Blue) = 237+50+60=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED323C is #12CDC3. Grayscale: #6B6B6B. Windows color (decimal): -1232324 or 3945197. OLE color: 3945197.
HSL color Cylindrical-coordinate representation of color #ED323C: hue angle of 356.79º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED323C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 60 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.07 |
| HSL | 356.79º | 0.84% | 0.56% | - |
| HSV(B) | 356.79º | 0.79% | 0.93% | - |
| XYZ | 36.88 | 20.61 | 6.31 | - |
| YUV | 107.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 60 | 0 | 0.79 | 0.75 | 0.07 | 356.79 | 0.84 | 0.56 |
| Hex | ED | 32 | 3C | 0 | 4F | 4B | 7 | 165 | 54 | 38 |
| Octal | 355 | 62 | 74 | 0 | 117 | 113 | 7 | 545 | 124 | 70 |
| Binary | 11101101 | 110010 | 111100 | 0 | 1001111 | 1001011 | 111 | 101100101 | 1010100 | 111000 |
Color Harmonies of #ED323C
Complementary color
Monochromatic Colors of #ED323C
Black with #ED323C
Text Example
Text Example
White with #ED323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED323C; }
p { color: rgb(237,50,60); }
H1.HeaderClassName
{
color: #ED323C;
}
.AnyTagClassName
{
color: #ED323C;
}
</style>
background-color css
<style>
a { background-color: #ED323C; }
a { background-color: rgb(237,50,60); }
div.DivClassName
{
background-color: #ED323C;
}
.BgClassName
{
background-color: #ED323C;
}
</style>
border-color css
<style>
span { border-color: #ED323C; }
span { border-color: rgb(237,50,60); }
td.TdClassName
{
border-color: #ED323C;
}
.TagClassName
{
border-color: #ED323C;
}
</style>