Shades of Alizarin #ED323D
Tints of Alizarin #ED323D
RGB
CMYK
RGB Variations
Color information
#ED323D (or 0xED323D) is known color: Alizarin. HEX triplet: ED, 32 and 3D. RGB value is (237,50,61). Sum of RGB (Red+Green+Blue) = 237+50+61=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED323D is #12CDC2. Grayscale: #6B6B6B. Windows color (decimal): -1232323 or 4010733. OLE color: 4010733.
HSL color Cylindrical-coordinate representation of color #ED323D: hue angle of 356.47º 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 #ED323D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 61 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.07 |
| HSL | 356.47º | 0.84% | 0.56% | - |
| HSV(B) | 356.47º | 0.79% | 0.93% | - |
| XYZ | 36.91 | 20.62 | 6.45 | - |
| YUV | 107.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 61 | 0 | 0.79 | 0.74 | 0.07 | 356.47 | 0.84 | 0.56 |
| Hex | ED | 32 | 3D | 0 | 4F | 4A | 7 | 164 | 54 | 38 |
| Octal | 355 | 62 | 75 | 0 | 117 | 112 | 7 | 544 | 124 | 70 |
| Binary | 11101101 | 110010 | 111101 | 0 | 1001111 | 1001010 | 111 | 101100100 | 1010100 | 111000 |
Color Harmonies of #ED323D
Complementary color
Monochromatic Colors of #ED323D
Black with #ED323D
Text Example
Text Example
White with #ED323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED323D; }
p { color: rgb(237,50,61); }
H1.HeaderClassName
{
color: #ED323D;
}
.AnyTagClassName
{
color: #ED323D;
}
</style>
background-color css
<style>
a { background-color: #ED323D; }
a { background-color: rgb(237,50,61); }
div.DivClassName
{
background-color: #ED323D;
}
.BgClassName
{
background-color: #ED323D;
}
</style>
border-color css
<style>
span { border-color: #ED323D; }
span { border-color: rgb(237,50,61); }
td.TdClassName
{
border-color: #ED323D;
}
.TagClassName
{
border-color: #ED323D;
}
</style>