Shades of Mahogany #CE2C2D
Tints of Mahogany #CE2C2D
RGB
CMYK
RGB Variations
Color information
#CE2C2D (or 0xCE2C2D) is known color: Mahogany. HEX triplet: CE, 2C and 2D. RGB value is (206,44,45). Sum of RGB (Red+Green+Blue) = 206+44+45=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2C2D is #31D3D2. Grayscale: #5C5C5C. Windows color (decimal): -3265491 or 2960590. OLE color: 2960590.
HSL color Cylindrical-coordinate representation of color #CE2C2D: hue angle of 359.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2C2D is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 45 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.19 |
| HSL | 359.63º | 0.65% | 0.49% | - |
| HSV(B) | 359.63º | 0.79% | 0.81% | - |
| XYZ | 26.83 | 15.11 | 3.99 | - |
| YUV | 92.55 | 101.17 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 45 | 0 | 0.79 | 0.78 | 0.19 | 359.63 | 0.65 | 0.49 |
| Hex | CE | 2C | 2D | 0 | 4F | 4E | 13 | 168 | 41 | 31 |
| Octal | 316 | 54 | 55 | 0 | 117 | 116 | 23 | 550 | 101 | 61 |
| Binary | 11001110 | 101100 | 101101 | 0 | 1001111 | 1001110 | 10011 | 101101000 | 1000001 | 110001 |
Color Harmonies of #CE2C2D
Complementary color
Monochromatic Colors of #CE2C2D
Black with #CE2C2D
Text Example
Text Example
White with #CE2C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2C2D; }
p { color: rgb(206,44,45); }
H1.HeaderClassName
{
color: #CE2C2D;
}
.AnyTagClassName
{
color: #CE2C2D;
}
</style>
background-color css
<style>
a { background-color: #CE2C2D; }
a { background-color: rgb(206,44,45); }
div.DivClassName
{
background-color: #CE2C2D;
}
.BgClassName
{
background-color: #CE2C2D;
}
</style>
border-color css
<style>
span { border-color: #CE2C2D; }
span { border-color: rgb(206,44,45); }
td.TdClassName
{
border-color: #CE2C2D;
}
.TagClassName
{
border-color: #CE2C2D;
}
</style>