Shades of Mahogany #CE393D
Tints of Mahogany #CE393D
RGB
CMYK
RGB Variations
Color information
#CE393D (or 0xCE393D) is known color: Mahogany. HEX triplet: CE, 39 and 3D. RGB value is (206,57,61). Sum of RGB (Red+Green+Blue) = 206+57+61=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE393D is #31C6C2. Grayscale: #666666. Windows color (decimal): -3262147 or 4012494. OLE color: 4012494.
HSL color Cylindrical-coordinate representation of color #CE393D: hue angle of 358.39º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE393D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 61 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.19 |
| HSL | 358.39º | 0.6% | 0.52% | - |
| HSV(B) | 358.39º | 0.72% | 0.81% | - |
| XYZ | 27.76 | 16.38 | 6.11 | - |
| YUV | 102.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 61 | 0 | 0.72 | 0.70 | 0.19 | 358.39 | 0.6 | 0.52 |
| Hex | CE | 39 | 3D | 0 | 48 | 46 | 13 | 166 | 3C | 34 |
| Octal | 316 | 71 | 75 | 0 | 110 | 106 | 23 | 546 | 74 | 64 |
| Binary | 11001110 | 111001 | 111101 | 0 | 1001000 | 1000110 | 10011 | 101100110 | 111100 | 110100 |
Color Harmonies of #CE393D
Complementary color
Monochromatic Colors of #CE393D
Black with #CE393D
Text Example
Text Example
White with #CE393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE393D; }
p { color: rgb(206,57,61); }
H1.HeaderClassName
{
color: #CE393D;
}
.AnyTagClassName
{
color: #CE393D;
}
</style>
background-color css
<style>
a { background-color: #CE393D; }
a { background-color: rgb(206,57,61); }
div.DivClassName
{
background-color: #CE393D;
}
.BgClassName
{
background-color: #CE393D;
}
</style>
border-color css
<style>
span { border-color: #CE393D; }
span { border-color: rgb(206,57,61); }
td.TdClassName
{
border-color: #CE393D;
}
.TagClassName
{
border-color: #CE393D;
}
</style>