Shades of Mahogany #CE353D
Tints of Mahogany #CE353D
RGB
CMYK
RGB Variations
Color information
#CE353D (or 0xCE353D) is known color: Mahogany. HEX triplet: CE, 35 and 3D. RGB value is (206,53,61). Sum of RGB (Red+Green+Blue) = 206+53+61=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE353D is #31CAC2. Grayscale: #636363. Windows color (decimal): -3263171 or 4011470. OLE color: 4011470.
HSL color Cylindrical-coordinate representation of color #CE353D: hue angle of 356.86º 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 #CE353D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 61 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.19 |
| HSL | 356.86º | 0.61% | 0.51% | - |
| HSV(B) | 356.86º | 0.74% | 0.81% | - |
| XYZ | 27.57 | 16 | 6.05 | - |
| YUV | 99.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 61 | 0 | 0.74 | 0.70 | 0.19 | 356.86 | 0.61 | 0.51 |
| Hex | CE | 35 | 3D | 0 | 4A | 46 | 13 | 165 | 3D | 33 |
| Octal | 316 | 65 | 75 | 0 | 112 | 106 | 23 | 545 | 75 | 63 |
| Binary | 11001110 | 110101 | 111101 | 0 | 1001010 | 1000110 | 10011 | 101100101 | 111101 | 110011 |
Color Harmonies of #CE353D
Complementary color
Monochromatic Colors of #CE353D
Black with #CE353D
Text Example
Text Example
White with #CE353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE353D; }
p { color: rgb(206,53,61); }
H1.HeaderClassName
{
color: #CE353D;
}
.AnyTagClassName
{
color: #CE353D;
}
</style>
background-color css
<style>
a { background-color: #CE353D; }
a { background-color: rgb(206,53,61); }
div.DivClassName
{
background-color: #CE353D;
}
.BgClassName
{
background-color: #CE353D;
}
</style>
border-color css
<style>
span { border-color: #CE353D; }
span { border-color: rgb(206,53,61); }
td.TdClassName
{
border-color: #CE353D;
}
.TagClassName
{
border-color: #CE353D;
}
</style>