Shades of Amaranth #E03343
Tints of Amaranth #E03343
RGB
CMYK
RGB Variations
Color information
#E03343 (or 0xE03343) is known color: Amaranth. HEX triplet: E0, 33 and 43. RGB value is (224,51,67). Sum of RGB (Red+Green+Blue) = 224+51+67=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E03343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03343 is #1FCCBC. Grayscale: #686868. Windows color (decimal): -2084029 or 4404192. OLE color: 4404192.
HSL color Cylindrical-coordinate representation of color #E03343: hue angle of 354.45º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03343 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 67 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.12 |
| HSL | 354.45º | 0.74% | 0.54% | - |
| HSV(B) | 354.45º | 0.77% | 0.88% | - |
| XYZ | 32.94 | 18.62 | 7.17 | - |
| YUV | 104.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 67 | 0 | 0.77 | 0.70 | 0.12 | 354.45 | 0.74 | 0.54 |
| Hex | E0 | 33 | 43 | 0 | 4D | 46 | C | 162 | 4A | 36 |
| Octal | 340 | 63 | 103 | 0 | 115 | 106 | 14 | 542 | 112 | 66 |
| Binary | 11100000 | 110011 | 1000011 | 0 | 1001101 | 1000110 | 1100 | 101100010 | 1001010 | 110110 |
Color Harmonies of #E03343
Complementary color
Monochromatic Colors of #E03343
Black with #E03343
Text Example
Text Example
White with #E03343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03343; }
p { color: rgb(224,51,67); }
H1.HeaderClassName
{
color: #E03343;
}
.AnyTagClassName
{
color: #E03343;
}
</style>
background-color css
<style>
a { background-color: #E03343; }
a { background-color: rgb(224,51,67); }
div.DivClassName
{
background-color: #E03343;
}
.BgClassName
{
background-color: #E03343;
}
</style>
border-color css
<style>
span { border-color: #E03343; }
span { border-color: rgb(224,51,67); }
td.TdClassName
{
border-color: #E03343;
}
.TagClassName
{
border-color: #E03343;
}
</style>