Shades of Mahogany #CE363D
Tints of Mahogany #CE363D
RGB
CMYK
RGB Variations
Color information
#CE363D (or 0xCE363D) is known color: Mahogany. HEX triplet: CE, 36 and 3D. RGB value is (206,54,61). Sum of RGB (Red+Green+Blue) = 206+54+61=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE363D is #31C9C2. Grayscale: #646464. Windows color (decimal): -3262915 or 4011726. OLE color: 4011726.
HSL color Cylindrical-coordinate representation of color #CE363D: hue angle of 357.24º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE363D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 61 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.19 |
| HSL | 357.24º | 0.61% | 0.51% | - |
| HSV(B) | 357.24º | 0.74% | 0.81% | - |
| XYZ | 27.62 | 16.1 | 6.07 | - |
| YUV | 100.25 | 105.86 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 61 | 0 | 0.74 | 0.70 | 0.19 | 357.24 | 0.61 | 0.51 |
| Hex | CE | 36 | 3D | 0 | 4A | 46 | 13 | 165 | 3D | 33 |
| Octal | 316 | 66 | 75 | 0 | 112 | 106 | 23 | 545 | 75 | 63 |
| Binary | 11001110 | 110110 | 111101 | 0 | 1001010 | 1000110 | 10011 | 101100101 | 111101 | 110011 |
Color Harmonies of #CE363D
Complementary color
Monochromatic Colors of #CE363D
Black with #CE363D
Text Example
Text Example
White with #CE363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE363D; }
p { color: rgb(206,54,61); }
H1.HeaderClassName
{
color: #CE363D;
}
.AnyTagClassName
{
color: #CE363D;
}
</style>
background-color css
<style>
a { background-color: #CE363D; }
a { background-color: rgb(206,54,61); }
div.DivClassName
{
background-color: #CE363D;
}
.BgClassName
{
background-color: #CE363D;
}
</style>
border-color css
<style>
span { border-color: #CE363D; }
span { border-color: rgb(206,54,61); }
td.TdClassName
{
border-color: #CE363D;
}
.TagClassName
{
border-color: #CE363D;
}
</style>