Shades of Mahogany #C2292E
Tints of Mahogany #C2292E
RGB
CMYK
RGB Variations
Color information
#C2292E (or 0xC2292E) is known color: Mahogany. HEX triplet: C2, 29 and 2E. RGB value is (194,41,46). Sum of RGB (Red+Green+Blue) = 194+41+46=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C2292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2292E is #3DD6D1. Grayscale: #575757. Windows color (decimal): -4052690 or 3025346. OLE color: 3025346.
HSL color Cylindrical-coordinate representation of color #C2292E: hue angle of 358.04º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2292E is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 46 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.24 |
| HSL | 358.04º | 0.65% | 0.46% | - |
| HSV(B) | 358.04º | 0.79% | 0.76% | - |
| XYZ | 23.53 | 13.25 | 3.9 | - |
| YUV | 87.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 46 | 0 | 0.79 | 0.76 | 0.24 | 358.04 | 0.65 | 0.46 |
| Hex | C2 | 29 | 2E | 0 | 4F | 4C | 18 | 166 | 41 | 2E |
| Octal | 302 | 51 | 56 | 0 | 117 | 114 | 30 | 546 | 101 | 56 |
| Binary | 11000010 | 101001 | 101110 | 0 | 1001111 | 1001100 | 11000 | 101100110 | 1000001 | 101110 |
Color Harmonies of #C2292E
Complementary color
Monochromatic Colors of #C2292E
Black with #C2292E
Text Example
Text Example
White with #C2292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2292E; }
p { color: rgb(194,41,46); }
H1.HeaderClassName
{
color: #C2292E;
}
.AnyTagClassName
{
color: #C2292E;
}
</style>
background-color css
<style>
a { background-color: #C2292E; }
a { background-color: rgb(194,41,46); }
div.DivClassName
{
background-color: #C2292E;
}
.BgClassName
{
background-color: #C2292E;
}
</style>
border-color css
<style>
span { border-color: #C2292E; }
span { border-color: rgb(194,41,46); }
td.TdClassName
{
border-color: #C2292E;
}
.TagClassName
{
border-color: #C2292E;
}
</style>