Shades of Mahogany #E04243
Tints of Mahogany #E04243
RGB
CMYK
RGB Variations
Color information
#E04243 (or 0xE04243) is known color: Mahogany. HEX triplet: E0, 42 and 43. RGB value is (224,66,67). Sum of RGB (Red+Green+Blue) = 224+66+67=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E04243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04243 is #1FBDBC. Grayscale: #717171. Windows color (decimal): -2080189 or 4408032. OLE color: 4408032.
HSL color Cylindrical-coordinate representation of color #E04243: hue angle of 359.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04243 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 67 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.12 |
| HSL | 359.62º | 0.72% | 0.57% | - |
| HSV(B) | 359.62º | 0.71% | 0.88% | - |
| XYZ | 33.7 | 20.15 | 7.42 | - |
| YUV | 113.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 67 | 0 | 0.71 | 0.70 | 0.12 | 359.62 | 0.72 | 0.57 |
| Hex | E0 | 42 | 43 | 0 | 47 | 46 | C | 168 | 48 | 39 |
| Octal | 340 | 102 | 103 | 0 | 107 | 106 | 14 | 550 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1000011 | 0 | 1000111 | 1000110 | 1100 | 101101000 | 1001000 | 111001 |
Color Harmonies of #E04243
Complementary color
Monochromatic Colors of #E04243
Black with #E04243
Text Example
Text Example
White with #E04243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04243; }
p { color: rgb(224,66,67); }
H1.HeaderClassName
{
color: #E04243;
}
.AnyTagClassName
{
color: #E04243;
}
</style>
background-color css
<style>
a { background-color: #E04243; }
a { background-color: rgb(224,66,67); }
div.DivClassName
{
background-color: #E04243;
}
.BgClassName
{
background-color: #E04243;
}
</style>
border-color css
<style>
span { border-color: #E04243; }
span { border-color: rgb(224,66,67); }
td.TdClassName
{
border-color: #E04243;
}
.TagClassName
{
border-color: #E04243;
}
</style>