Shades of Amaranth #E03743
Tints of Amaranth #E03743
RGB
CMYK
RGB Variations
Color information
#E03743 (or 0xE03743) is known color: Amaranth. HEX triplet: E0, 37 and 43. RGB value is (224,55,67). Sum of RGB (Red+Green+Blue) = 224+55+67=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E03743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03743 is #1FC8BC. Grayscale: #6B6B6B. Windows color (decimal): -2083005 or 4405216. OLE color: 4405216.
HSL color Cylindrical-coordinate representation of color #E03743: hue angle of 355.74º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E03743 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 55 | 67 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.12 |
| HSL | 355.74º | 0.73% | 0.55% | - |
| HSV(B) | 355.74º | 0.75% | 0.88% | - |
| XYZ | 33.12 | 18.98 | 7.23 | - |
| YUV | 106.9 | 105.49 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 55 | 67 | 0 | 0.75 | 0.70 | 0.12 | 355.74 | 0.73 | 0.55 |
| Hex | E0 | 37 | 43 | 0 | 4B | 46 | C | 164 | 49 | 37 |
| Octal | 340 | 67 | 103 | 0 | 113 | 106 | 14 | 544 | 111 | 67 |
| Binary | 11100000 | 110111 | 1000011 | 0 | 1001011 | 1000110 | 1100 | 101100100 | 1001001 | 110111 |
Color Harmonies of #E03743
Complementary color
Monochromatic Colors of #E03743
Black with #E03743
Text Example
Text Example
White with #E03743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03743; }
p { color: rgb(224,55,67); }
H1.HeaderClassName
{
color: #E03743;
}
.AnyTagClassName
{
color: #E03743;
}
</style>
background-color css
<style>
a { background-color: #E03743; }
a { background-color: rgb(224,55,67); }
div.DivClassName
{
background-color: #E03743;
}
.BgClassName
{
background-color: #E03743;
}
</style>
border-color css
<style>
span { border-color: #E03743; }
span { border-color: rgb(224,55,67); }
td.TdClassName
{
border-color: #E03743;
}
.TagClassName
{
border-color: #E03743;
}
</style>