Shades of Alizarin #ED323B
Tints of Alizarin #ED323B
RGB
CMYK
RGB Variations
Color information
#ED323B (or 0xED323B) is known color: Alizarin. HEX triplet: ED, 32 and 3B. RGB value is (237,50,59). Sum of RGB (Red+Green+Blue) = 237+50+59=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED323B is #12CDC4. Grayscale: #6B6B6B. Windows color (decimal): -1232325 or 3879661. OLE color: 3879661.
HSL color Cylindrical-coordinate representation of color #ED323B: hue angle of 357.11º 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 #ED323B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 59 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.07 |
| HSL | 357.11º | 0.84% | 0.56% | - |
| HSV(B) | 357.11º | 0.79% | 0.93% | - |
| XYZ | 36.86 | 20.6 | 6.17 | - |
| YUV | 106.94 | 100.95 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 59 | 0 | 0.79 | 0.75 | 0.07 | 357.11 | 0.84 | 0.56 |
| Hex | ED | 32 | 3B | 0 | 4F | 4B | 7 | 165 | 54 | 38 |
| Octal | 355 | 62 | 73 | 0 | 117 | 113 | 7 | 545 | 124 | 70 |
| Binary | 11101101 | 110010 | 111011 | 0 | 1001111 | 1001011 | 111 | 101100101 | 1010100 | 111000 |
Color Harmonies of #ED323B
Complementary color
Monochromatic Colors of #ED323B
Black with #ED323B
Text Example
Text Example
White with #ED323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED323B; }
p { color: rgb(237,50,59); }
H1.HeaderClassName
{
color: #ED323B;
}
.AnyTagClassName
{
color: #ED323B;
}
</style>
background-color css
<style>
a { background-color: #ED323B; }
a { background-color: rgb(237,50,59); }
div.DivClassName
{
background-color: #ED323B;
}
.BgClassName
{
background-color: #ED323B;
}
</style>
border-color css
<style>
span { border-color: #ED323B; }
span { border-color: rgb(237,50,59); }
td.TdClassName
{
border-color: #ED323B;
}
.TagClassName
{
border-color: #ED323B;
}
</style>