Shades of Alizarin #ED343B
Tints of Alizarin #ED343B
RGB
CMYK
RGB Variations
Color information
#ED343B (or 0xED343B) is known color: Alizarin. HEX triplet: ED, 34 and 3B. RGB value is (237,52,59). Sum of RGB (Red+Green+Blue) = 237+52+59=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED343B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED343B is #12CBC4. Grayscale: #6C6C6C. Windows color (decimal): -1231813 or 3880173. OLE color: 3880173.
HSL color Cylindrical-coordinate representation of color #ED343B: hue angle of 357.73º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED343B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 59 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.07 |
| HSL | 357.73º | 0.84% | 0.57% | - |
| HSV(B) | 357.73º | 0.78% | 0.93% | - |
| XYZ | 36.94 | 20.78 | 6.2 | - |
| YUV | 108.11 | 100.29 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 59 | 0 | 0.78 | 0.75 | 0.07 | 357.73 | 0.84 | 0.57 |
| Hex | ED | 34 | 3B | 0 | 4E | 4B | 7 | 166 | 54 | 39 |
| Octal | 355 | 64 | 73 | 0 | 116 | 113 | 7 | 546 | 124 | 71 |
| Binary | 11101101 | 110100 | 111011 | 0 | 1001110 | 1001011 | 111 | 101100110 | 1010100 | 111001 |
Color Harmonies of #ED343B
Complementary color
Monochromatic Colors of #ED343B
Black with #ED343B
Text Example
Text Example
White with #ED343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED343B; }
p { color: rgb(237,52,59); }
H1.HeaderClassName
{
color: #ED343B;
}
.AnyTagClassName
{
color: #ED343B;
}
</style>
background-color css
<style>
a { background-color: #ED343B; }
a { background-color: rgb(237,52,59); }
div.DivClassName
{
background-color: #ED343B;
}
.BgClassName
{
background-color: #ED343B;
}
</style>
border-color css
<style>
span { border-color: #ED343B; }
span { border-color: rgb(237,52,59); }
td.TdClassName
{
border-color: #ED343B;
}
.TagClassName
{
border-color: #ED343B;
}
</style>