Shades of Mahogany #E04043
Tints of Mahogany #E04043
RGB
CMYK
RGB Variations
Color information
#E04043 (or 0xE04043) is known color: Mahogany. HEX triplet: E0, 40 and 43. RGB value is (224,64,67). Sum of RGB (Red+Green+Blue) = 224+64+67=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E04043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04043 is #1FBFBC. Grayscale: #707070. Windows color (decimal): -2080701 or 4407520. OLE color: 4407520.
HSL color Cylindrical-coordinate representation of color #E04043: hue angle of 358.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04043 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 67 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.12 |
| HSL | 358.88º | 0.72% | 0.56% | - |
| HSV(B) | 358.88º | 0.71% | 0.88% | - |
| XYZ | 33.59 | 19.92 | 7.38 | - |
| YUV | 112.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 67 | 0 | 0.71 | 0.70 | 0.12 | 358.88 | 0.72 | 0.56 |
| Hex | E0 | 40 | 43 | 0 | 47 | 46 | C | 167 | 48 | 38 |
| Octal | 340 | 100 | 103 | 0 | 107 | 106 | 14 | 547 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1000011 | 0 | 1000111 | 1000110 | 1100 | 101100111 | 1001000 | 111000 |
Color Harmonies of #E04043
Complementary color
Monochromatic Colors of #E04043
Black with #E04043
Text Example
Text Example
White with #E04043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04043; }
p { color: rgb(224,64,67); }
H1.HeaderClassName
{
color: #E04043;
}
.AnyTagClassName
{
color: #E04043;
}
</style>
background-color css
<style>
a { background-color: #E04043; }
a { background-color: rgb(224,64,67); }
div.DivClassName
{
background-color: #E04043;
}
.BgClassName
{
background-color: #E04043;
}
</style>
border-color css
<style>
span { border-color: #E04043; }
span { border-color: rgb(224,64,67); }
td.TdClassName
{
border-color: #E04043;
}
.TagClassName
{
border-color: #E04043;
}
</style>