Shades of Alizarin #ED3542
Tints of Alizarin #ED3542
RGB
CMYK
RGB Variations
Color information
#ED3542 (or 0xED3542) is known color: Alizarin. HEX triplet: ED, 35 and 42. RGB value is (237,53,66). Sum of RGB (Red+Green+Blue) = 237+53+66=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3542 is #12CABD. Grayscale: #6D6D6D. Windows color (decimal): -1231550 or 4339181. OLE color: 4339181.
HSL color Cylindrical-coordinate representation of color #ED3542: hue angle of 355.76º 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 #ED3542 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 66 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.07 |
| HSL | 355.76º | 0.84% | 0.57% | - |
| HSV(B) | 355.76º | 0.78% | 0.93% | - |
| XYZ | 37.18 | 20.94 | 7.24 | - |
| YUV | 109.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 66 | 0 | 0.78 | 0.72 | 0.07 | 355.76 | 0.84 | 0.57 |
| Hex | ED | 35 | 42 | 0 | 4E | 48 | 7 | 164 | 54 | 39 |
| Octal | 355 | 65 | 102 | 0 | 116 | 110 | 7 | 544 | 124 | 71 |
| Binary | 11101101 | 110101 | 1000010 | 0 | 1001110 | 1001000 | 111 | 101100100 | 1010100 | 111001 |
Color Harmonies of #ED3542
Complementary color
Monochromatic Colors of #ED3542
Black with #ED3542
Text Example
Text Example
White with #ED3542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3542; }
p { color: rgb(237,53,66); }
H1.HeaderClassName
{
color: #ED3542;
}
.AnyTagClassName
{
color: #ED3542;
}
</style>
background-color css
<style>
a { background-color: #ED3542; }
a { background-color: rgb(237,53,66); }
div.DivClassName
{
background-color: #ED3542;
}
.BgClassName
{
background-color: #ED3542;
}
</style>
border-color css
<style>
span { border-color: #ED3542; }
span { border-color: rgb(237,53,66); }
td.TdClassName
{
border-color: #ED3542;
}
.TagClassName
{
border-color: #ED3542;
}
</style>