Shades of Mahogany #CE292C
Tints of Mahogany #CE292C
RGB
CMYK
RGB Variations
Color information
#CE292C (or 0xCE292C) is known color: Mahogany. HEX triplet: CE, 29 and 2C. RGB value is (206,41,44). Sum of RGB (Red+Green+Blue) = 206+41+44=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE292C is #31D6D3. Grayscale: #5A5A5A. Windows color (decimal): -3266260 or 2894286. OLE color: 2894286.
HSL color Cylindrical-coordinate representation of color #CE292C: hue angle of 358.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE292C is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 44 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.19 |
| HSL | 358.91º | 0.67% | 0.48% | - |
| HSV(B) | 358.91º | 0.8% | 0.81% | - |
| XYZ | 26.7 | 14.89 | 3.85 | - |
| YUV | 90.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 44 | 0 | 0.80 | 0.79 | 0.19 | 358.91 | 0.67 | 0.48 |
| Hex | CE | 29 | 2C | 0 | 50 | 4F | 13 | 167 | 43 | 30 |
| Octal | 316 | 51 | 54 | 0 | 120 | 117 | 23 | 547 | 103 | 60 |
| Binary | 11001110 | 101001 | 101100 | 0 | 1010000 | 1001111 | 10011 | 101100111 | 1000011 | 110000 |
Color Harmonies of #CE292C
Complementary color
Monochromatic Colors of #CE292C
Black with #CE292C
Text Example
Text Example
White with #CE292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE292C; }
p { color: rgb(206,41,44); }
H1.HeaderClassName
{
color: #CE292C;
}
.AnyTagClassName
{
color: #CE292C;
}
</style>
background-color css
<style>
a { background-color: #CE292C; }
a { background-color: rgb(206,41,44); }
div.DivClassName
{
background-color: #CE292C;
}
.BgClassName
{
background-color: #CE292C;
}
</style>
border-color css
<style>
span { border-color: #CE292C; }
span { border-color: rgb(206,41,44); }
td.TdClassName
{
border-color: #CE292C;
}
.TagClassName
{
border-color: #CE292C;
}
</style>