Shades of Mahogany #CE353F
Tints of Mahogany #CE353F
RGB
CMYK
RGB Variations
Color information
#CE353F (or 0xCE353F) is known color: Mahogany. HEX triplet: CE, 35 and 3F. RGB value is (206,53,63). Sum of RGB (Red+Green+Blue) = 206+53+63=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE353F is #31CAC0. Grayscale: #646464. Windows color (decimal): -3263169 or 4142542. OLE color: 4142542.
HSL color Cylindrical-coordinate representation of color #CE353F: hue angle of 356.08º 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 #CE353F is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 63 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.19 |
| HSL | 356.08º | 0.61% | 0.51% | - |
| HSV(B) | 356.08º | 0.74% | 0.81% | - |
| XYZ | 27.62 | 16.03 | 6.34 | - |
| YUV | 99.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 63 | 0 | 0.74 | 0.69 | 0.19 | 356.08 | 0.61 | 0.51 |
| Hex | CE | 35 | 3F | 0 | 4A | 45 | 13 | 164 | 3D | 33 |
| Octal | 316 | 65 | 77 | 0 | 112 | 105 | 23 | 544 | 75 | 63 |
| Binary | 11001110 | 110101 | 111111 | 0 | 1001010 | 1000101 | 10011 | 101100100 | 111101 | 110011 |
Color Harmonies of #CE353F
Complementary color
Monochromatic Colors of #CE353F
Black with #CE353F
Text Example
Text Example
White with #CE353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE353F; }
p { color: rgb(206,53,63); }
H1.HeaderClassName
{
color: #CE353F;
}
.AnyTagClassName
{
color: #CE353F;
}
</style>
background-color css
<style>
a { background-color: #CE353F; }
a { background-color: rgb(206,53,63); }
div.DivClassName
{
background-color: #CE353F;
}
.BgClassName
{
background-color: #CE353F;
}
</style>
border-color css
<style>
span { border-color: #CE353F; }
span { border-color: rgb(206,53,63); }
td.TdClassName
{
border-color: #CE353F;
}
.TagClassName
{
border-color: #CE353F;
}
</style>