Shades of Mahogany #CE3335
Tints of Mahogany #CE3335
RGB
CMYK
RGB Variations
Color information
#CE3335 (or 0xCE3335) is known color: Mahogany. HEX triplet: CE, 33 and 35. RGB value is (206,51,53). Sum of RGB (Red+Green+Blue) = 206+51+53=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3335 is #31CCCA. Grayscale: #616161. Windows color (decimal): -3263691 or 3486670. OLE color: 3486670.
HSL color Cylindrical-coordinate representation of color #CE3335: hue angle of 359.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3335 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 53 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.19 |
| HSL | 359.23º | 0.61% | 0.5% | - |
| HSV(B) | 359.23º | 0.75% | 0.81% | - |
| XYZ | 27.28 | 15.75 | 4.97 | - |
| YUV | 97.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 53 | 0 | 0.75 | 0.74 | 0.19 | 359.23 | 0.61 | 0.5 |
| Hex | CE | 33 | 35 | 0 | 4B | 4A | 13 | 167 | 3D | 32 |
| Octal | 316 | 63 | 65 | 0 | 113 | 112 | 23 | 547 | 75 | 62 |
| Binary | 11001110 | 110011 | 110101 | 0 | 1001011 | 1001010 | 10011 | 101100111 | 111101 | 110010 |
Color Harmonies of #CE3335
Complementary color
Monochromatic Colors of #CE3335
Black with #CE3335
Text Example
Text Example
White with #CE3335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3335; }
p { color: rgb(206,51,53); }
H1.HeaderClassName
{
color: #CE3335;
}
.AnyTagClassName
{
color: #CE3335;
}
</style>
background-color css
<style>
a { background-color: #CE3335; }
a { background-color: rgb(206,51,53); }
div.DivClassName
{
background-color: #CE3335;
}
.BgClassName
{
background-color: #CE3335;
}
</style>
border-color css
<style>
span { border-color: #CE3335; }
span { border-color: rgb(206,51,53); }
td.TdClassName
{
border-color: #CE3335;
}
.TagClassName
{
border-color: #CE3335;
}
</style>