Shades of Alizarin #ED343D
Tints of Alizarin #ED343D
RGB
CMYK
RGB Variations
Color information
#ED343D (or 0xED343D) is known color: Alizarin. HEX triplet: ED, 34 and 3D. RGB value is (237,52,61). Sum of RGB (Red+Green+Blue) = 237+52+61=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED343D is #12CBC2. Grayscale: #6C6C6C. Windows color (decimal): -1231811 or 4011245. OLE color: 4011245.
HSL color Cylindrical-coordinate representation of color #ED343D: hue angle of 357.08º 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 #ED343D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 61 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.07 |
| HSL | 357.08º | 0.84% | 0.57% | - |
| HSV(B) | 357.08º | 0.78% | 0.93% | - |
| XYZ | 37 | 20.8 | 6.48 | - |
| YUV | 108.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 61 | 0 | 0.78 | 0.74 | 0.07 | 357.08 | 0.84 | 0.57 |
| Hex | ED | 34 | 3D | 0 | 4E | 4A | 7 | 165 | 54 | 39 |
| Octal | 355 | 64 | 75 | 0 | 116 | 112 | 7 | 545 | 124 | 71 |
| Binary | 11101101 | 110100 | 111101 | 0 | 1001110 | 1001010 | 111 | 101100101 | 1010100 | 111001 |
Color Harmonies of #ED343D
Complementary color
Monochromatic Colors of #ED343D
Black with #ED343D
Text Example
Text Example
White with #ED343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED343D; }
p { color: rgb(237,52,61); }
H1.HeaderClassName
{
color: #ED343D;
}
.AnyTagClassName
{
color: #ED343D;
}
</style>
background-color css
<style>
a { background-color: #ED343D; }
a { background-color: rgb(237,52,61); }
div.DivClassName
{
background-color: #ED343D;
}
.BgClassName
{
background-color: #ED343D;
}
</style>
border-color css
<style>
span { border-color: #ED343D; }
span { border-color: rgb(237,52,61); }
td.TdClassName
{
border-color: #ED343D;
}
.TagClassName
{
border-color: #ED343D;
}
</style>