Shades of Mahogany #CE2836
Tints of Mahogany #CE2836
RGB
CMYK
RGB Variations
Color information
#CE2836 (or 0xCE2836) is known color: Mahogany. HEX triplet: CE, 28 and 36. RGB value is (206,40,54). Sum of RGB (Red+Green+Blue) = 206+40+54=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2836 is #31D7C9. Grayscale: #5B5B5B. Windows color (decimal): -3266506 or 3549390. OLE color: 3549390.
HSL color Cylindrical-coordinate representation of color #CE2836: hue angle of 354.94º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2836 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 54 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.19 |
| HSL | 354.94º | 0.67% | 0.48% | - |
| HSV(B) | 354.94º | 0.81% | 0.81% | - |
| XYZ | 26.88 | 14.91 | 4.95 | - |
| YUV | 91.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 54 | 0 | 0.81 | 0.74 | 0.19 | 354.94 | 0.67 | 0.48 |
| Hex | CE | 28 | 36 | 0 | 51 | 4A | 13 | 163 | 43 | 30 |
| Octal | 316 | 50 | 66 | 0 | 121 | 112 | 23 | 543 | 103 | 60 |
| Binary | 11001110 | 101000 | 110110 | 0 | 1010001 | 1001010 | 10011 | 101100011 | 1000011 | 110000 |
Color Harmonies of #CE2836
Complementary color
Monochromatic Colors of #CE2836
Black with #CE2836
Text Example
Text Example
White with #CE2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2836; }
p { color: rgb(206,40,54); }
H1.HeaderClassName
{
color: #CE2836;
}
.AnyTagClassName
{
color: #CE2836;
}
</style>
background-color css
<style>
a { background-color: #CE2836; }
a { background-color: rgb(206,40,54); }
div.DivClassName
{
background-color: #CE2836;
}
.BgClassName
{
background-color: #CE2836;
}
</style>
border-color css
<style>
span { border-color: #CE2836; }
span { border-color: rgb(206,40,54); }
td.TdClassName
{
border-color: #CE2836;
}
.TagClassName
{
border-color: #CE2836;
}
</style>