Shades of Alizarin #ED323F
Tints of Alizarin #ED323F
RGB
CMYK
RGB Variations
Color information
#ED323F (or 0xED323F) is known color: Alizarin. HEX triplet: ED, 32 and 3F. RGB value is (237,50,63). Sum of RGB (Red+Green+Blue) = 237+50+63=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED323F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED323F is #12CDC0. Grayscale: #6B6B6B. Windows color (decimal): -1232321 or 4141805. OLE color: 4141805.
HSL color Cylindrical-coordinate representation of color #ED323F: hue angle of 355.83º 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 #ED323F is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 63 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.07 |
| HSL | 355.83º | 0.84% | 0.56% | - |
| HSV(B) | 355.83º | 0.79% | 0.93% | - |
| XYZ | 36.96 | 20.64 | 6.74 | - |
| YUV | 107.4 | 102.95 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 63 | 0 | 0.79 | 0.73 | 0.07 | 355.83 | 0.84 | 0.56 |
| Hex | ED | 32 | 3F | 0 | 4F | 49 | 7 | 164 | 54 | 38 |
| Octal | 355 | 62 | 77 | 0 | 117 | 111 | 7 | 544 | 124 | 70 |
| Binary | 11101101 | 110010 | 111111 | 0 | 1001111 | 1001001 | 111 | 101100100 | 1010100 | 111000 |
Color Harmonies of #ED323F
Complementary color
Monochromatic Colors of #ED323F
Black with #ED323F
Text Example
Text Example
White with #ED323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED323F; }
p { color: rgb(237,50,63); }
H1.HeaderClassName
{
color: #ED323F;
}
.AnyTagClassName
{
color: #ED323F;
}
</style>
background-color css
<style>
a { background-color: #ED323F; }
a { background-color: rgb(237,50,63); }
div.DivClassName
{
background-color: #ED323F;
}
.BgClassName
{
background-color: #ED323F;
}
</style>
border-color css
<style>
span { border-color: #ED323F; }
span { border-color: rgb(237,50,63); }
td.TdClassName
{
border-color: #ED323F;
}
.TagClassName
{
border-color: #ED323F;
}
</style>