Shades of Mahogany #CE292F
Tints of Mahogany #CE292F
RGB
CMYK
RGB Variations
Color information
#CE292F (or 0xCE292F) is known color: Mahogany. HEX triplet: CE, 29 and 2F. RGB value is (206,41,47). Sum of RGB (Red+Green+Blue) = 206+41+47=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE292F is #31D6D0. Grayscale: #5B5B5B. Windows color (decimal): -3266257 or 3090894. OLE color: 3090894.
HSL color Cylindrical-coordinate representation of color #CE292F: hue angle of 357.82º 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 #CE292F is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 47 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.19 |
| HSL | 357.82º | 0.67% | 0.48% | - |
| HSV(B) | 357.82º | 0.8% | 0.81% | - |
| XYZ | 26.76 | 14.91 | 4.16 | - |
| YUV | 91.02 | 103.16 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 47 | 0 | 0.80 | 0.77 | 0.19 | 357.82 | 0.67 | 0.48 |
| Hex | CE | 29 | 2F | 0 | 50 | 4D | 13 | 166 | 43 | 30 |
| Octal | 316 | 51 | 57 | 0 | 120 | 115 | 23 | 546 | 103 | 60 |
| Binary | 11001110 | 101001 | 101111 | 0 | 1010000 | 1001101 | 10011 | 101100110 | 1000011 | 110000 |
Color Harmonies of #CE292F
Complementary color
Monochromatic Colors of #CE292F
Black with #CE292F
Text Example
Text Example
White with #CE292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE292F; }
p { color: rgb(206,41,47); }
H1.HeaderClassName
{
color: #CE292F;
}
.AnyTagClassName
{
color: #CE292F;
}
</style>
background-color css
<style>
a { background-color: #CE292F; }
a { background-color: rgb(206,41,47); }
div.DivClassName
{
background-color: #CE292F;
}
.BgClassName
{
background-color: #CE292F;
}
</style>
border-color css
<style>
span { border-color: #CE292F; }
span { border-color: rgb(206,41,47); }
td.TdClassName
{
border-color: #CE292F;
}
.TagClassName
{
border-color: #CE292F;
}
</style>