Shades of Mahogany #CE2F35
Tints of Mahogany #CE2F35
RGB
CMYK
RGB Variations
Color information
#CE2F35 (or 0xCE2F35) is known color: Mahogany. HEX triplet: CE, 2F and 35. RGB value is (206,47,53). Sum of RGB (Red+Green+Blue) = 206+47+53=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F35 is #31D0CA. Grayscale: #5F5F5F. Windows color (decimal): -3264715 or 3485646. OLE color: 3485646.
HSL color Cylindrical-coordinate representation of color #CE2F35: hue angle of 357.74º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F35 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 53 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.19 |
| HSL | 357.74º | 0.63% | 0.5% | - |
| HSV(B) | 357.74º | 0.77% | 0.81% | - |
| XYZ | 27.11 | 15.41 | 4.91 | - |
| YUV | 95.23 | 104.18 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 53 | 0 | 0.77 | 0.74 | 0.19 | 357.74 | 0.63 | 0.5 |
| Hex | CE | 2F | 35 | 0 | 4D | 4A | 13 | 166 | 3F | 32 |
| Octal | 316 | 57 | 65 | 0 | 115 | 112 | 23 | 546 | 77 | 62 |
| Binary | 11001110 | 101111 | 110101 | 0 | 1001101 | 1001010 | 10011 | 101100110 | 111111 | 110010 |
Color Harmonies of #CE2F35
Complementary color
Monochromatic Colors of #CE2F35
Black with #CE2F35
Text Example
Text Example
White with #CE2F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F35; }
p { color: rgb(206,47,53); }
H1.HeaderClassName
{
color: #CE2F35;
}
.AnyTagClassName
{
color: #CE2F35;
}
</style>
background-color css
<style>
a { background-color: #CE2F35; }
a { background-color: rgb(206,47,53); }
div.DivClassName
{
background-color: #CE2F35;
}
.BgClassName
{
background-color: #CE2F35;
}
</style>
border-color css
<style>
span { border-color: #CE2F35; }
span { border-color: rgb(206,47,53); }
td.TdClassName
{
border-color: #CE2F35;
}
.TagClassName
{
border-color: #CE2F35;
}
</style>