Shades of Mahogany #CE353B
Tints of Mahogany #CE353B
RGB
CMYK
RGB Variations
Color information
#CE353B (or 0xCE353B) is known color: Mahogany. HEX triplet: CE, 35 and 3B. RGB value is (206,53,59). Sum of RGB (Red+Green+Blue) = 206+53+59=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE353B is #31CAC4. Grayscale: #636363. Windows color (decimal): -3263173 or 3880398. OLE color: 3880398.
HSL color Cylindrical-coordinate representation of color #CE353B: hue angle of 357.65º 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 #CE353B is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 59 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.19 |
| HSL | 357.65º | 0.61% | 0.51% | - |
| HSV(B) | 357.65º | 0.74% | 0.81% | - |
| XYZ | 27.52 | 15.98 | 5.77 | - |
| YUV | 99.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 59 | 0 | 0.74 | 0.71 | 0.19 | 357.65 | 0.61 | 0.51 |
| Hex | CE | 35 | 3B | 0 | 4A | 47 | 13 | 166 | 3D | 33 |
| Octal | 316 | 65 | 73 | 0 | 112 | 107 | 23 | 546 | 75 | 63 |
| Binary | 11001110 | 110101 | 111011 | 0 | 1001010 | 1000111 | 10011 | 101100110 | 111101 | 110011 |
Color Harmonies of #CE353B
Complementary color
Monochromatic Colors of #CE353B
Black with #CE353B
Text Example
Text Example
White with #CE353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE353B; }
p { color: rgb(206,53,59); }
H1.HeaderClassName
{
color: #CE353B;
}
.AnyTagClassName
{
color: #CE353B;
}
</style>
background-color css
<style>
a { background-color: #CE353B; }
a { background-color: rgb(206,53,59); }
div.DivClassName
{
background-color: #CE353B;
}
.BgClassName
{
background-color: #CE353B;
}
</style>
border-color css
<style>
span { border-color: #CE353B; }
span { border-color: rgb(206,53,59); }
td.TdClassName
{
border-color: #CE353B;
}
.TagClassName
{
border-color: #CE353B;
}
</style>