Shades of Alizarin #ED343A
Tints of Alizarin #ED343A
RGB
CMYK
RGB Variations
Color information
#ED343A (or 0xED343A) is known color: Alizarin. HEX triplet: ED, 34 and 3A. RGB value is (237,52,58). Sum of RGB (Red+Green+Blue) = 237+52+58=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED343A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED343A is #12CBC5. Grayscale: #6C6C6C. Windows color (decimal): -1231814 or 3814637. OLE color: 3814637.
HSL color Cylindrical-coordinate representation of color #ED343A: hue angle of 358.05º 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 #ED343A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 58 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.07 |
| HSL | 358.05º | 0.84% | 0.57% | - |
| HSV(B) | 358.05º | 0.78% | 0.93% | - |
| XYZ | 36.92 | 20.77 | 6.07 | - |
| YUV | 108 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 58 | 0 | 0.78 | 0.76 | 0.07 | 358.05 | 0.84 | 0.57 |
| Hex | ED | 34 | 3A | 0 | 4E | 4C | 7 | 166 | 54 | 39 |
| Octal | 355 | 64 | 72 | 0 | 116 | 114 | 7 | 546 | 124 | 71 |
| Binary | 11101101 | 110100 | 111010 | 0 | 1001110 | 1001100 | 111 | 101100110 | 1010100 | 111001 |
Color Harmonies of #ED343A
Complementary color
Monochromatic Colors of #ED343A
Black with #ED343A
Text Example
Text Example
White with #ED343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED343A; }
p { color: rgb(237,52,58); }
H1.HeaderClassName
{
color: #ED343A;
}
.AnyTagClassName
{
color: #ED343A;
}
</style>
background-color css
<style>
a { background-color: #ED343A; }
a { background-color: rgb(237,52,58); }
div.DivClassName
{
background-color: #ED343A;
}
.BgClassName
{
background-color: #ED343A;
}
</style>
border-color css
<style>
span { border-color: #ED343A; }
span { border-color: rgb(237,52,58); }
td.TdClassName
{
border-color: #ED343A;
}
.TagClassName
{
border-color: #ED343A;
}
</style>