Shades of Amaranth #ED3143
Tints of Amaranth #ED3143
RGB
CMYK
RGB Variations
Color information
#ED3143 (or 0xED3143) is known color: Amaranth. HEX triplet: ED, 31 and 43. RGB value is (237,49,67). Sum of RGB (Red+Green+Blue) = 237+49+67=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3143 is #12CEBC. Grayscale: #6B6B6B. Windows color (decimal): -1232573 or 4403693. OLE color: 4403693.
HSL color Cylindrical-coordinate representation of color #ED3143: hue angle of 354.26º 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 #ED3143 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 67 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.07 |
| HSL | 354.26º | 0.84% | 0.56% | - |
| HSV(B) | 354.26º | 0.79% | 0.93% | - |
| XYZ | 37.04 | 20.61 | 7.34 | - |
| YUV | 107.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 67 | 0 | 0.79 | 0.72 | 0.07 | 354.26 | 0.84 | 0.56 |
| Hex | ED | 31 | 43 | 0 | 4F | 48 | 7 | 162 | 54 | 38 |
| Octal | 355 | 61 | 103 | 0 | 117 | 110 | 7 | 542 | 124 | 70 |
| Binary | 11101101 | 110001 | 1000011 | 0 | 1001111 | 1001000 | 111 | 101100010 | 1010100 | 111000 |
Color Harmonies of #ED3143
Complementary color
Monochromatic Colors of #ED3143
Black with #ED3143
Text Example
Text Example
White with #ED3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3143; }
p { color: rgb(237,49,67); }
H1.HeaderClassName
{
color: #ED3143;
}
.AnyTagClassName
{
color: #ED3143;
}
</style>
background-color css
<style>
a { background-color: #ED3143; }
a { background-color: rgb(237,49,67); }
div.DivClassName
{
background-color: #ED3143;
}
.BgClassName
{
background-color: #ED3143;
}
</style>
border-color css
<style>
span { border-color: #ED3143; }
span { border-color: rgb(237,49,67); }
td.TdClassName
{
border-color: #ED3143;
}
.TagClassName
{
border-color: #ED3143;
}
</style>