Shades of Mahogany #E04142
Tints of Mahogany #E04142
RGB
CMYK
RGB Variations
Color information
#E04142 (or 0xE04142) is known color: Mahogany. HEX triplet: E0, 41 and 42. RGB value is (224,65,66). Sum of RGB (Red+Green+Blue) = 224+65+66=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E04142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04142 is #1FBEBD. Grayscale: #707070. Windows color (decimal): -2080446 or 4342240. OLE color: 4342240.
HSL color Cylindrical-coordinate representation of color #E04142: 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 #E04142 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 66 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.12 |
| HSL | 359.62º | 0.72% | 0.57% | - |
| HSV(B) | 359.62º | 0.71% | 0.88% | - |
| XYZ | 33.61 | 20.02 | 7.25 | - |
| YUV | 112.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 66 | 0 | 0.71 | 0.71 | 0.12 | 359.62 | 0.72 | 0.57 |
| Hex | E0 | 41 | 42 | 0 | 47 | 47 | C | 168 | 48 | 39 |
| Octal | 340 | 101 | 102 | 0 | 107 | 107 | 14 | 550 | 110 | 71 |
| Binary | 11100000 | 1000001 | 1000010 | 0 | 1000111 | 1000111 | 1100 | 101101000 | 1001000 | 111001 |
Color Harmonies of #E04142
Complementary color
Monochromatic Colors of #E04142
Black with #E04142
Text Example
Text Example
White with #E04142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04142; }
p { color: rgb(224,65,66); }
H1.HeaderClassName
{
color: #E04142;
}
.AnyTagClassName
{
color: #E04142;
}
</style>
background-color css
<style>
a { background-color: #E04142; }
a { background-color: rgb(224,65,66); }
div.DivClassName
{
background-color: #E04142;
}
.BgClassName
{
background-color: #E04142;
}
</style>
border-color css
<style>
span { border-color: #E04142; }
span { border-color: rgb(224,65,66); }
td.TdClassName
{
border-color: #E04142;
}
.TagClassName
{
border-color: #E04142;
}
</style>