Shades of Mahogany #CE2F37
Tints of Mahogany #CE2F37
RGB
CMYK
RGB Variations
Color information
#CE2F37 (or 0xCE2F37) is known color: Mahogany. HEX triplet: CE, 2F and 37. RGB value is (206,47,55). Sum of RGB (Red+Green+Blue) = 206+47+55=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F37 is #31D0C8. Grayscale: #5F5F5F. Windows color (decimal): -3264713 or 3616718. OLE color: 3616718.
HSL color Cylindrical-coordinate representation of color #CE2F37: hue angle of 356.98º 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 #CE2F37 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 55 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.19 |
| HSL | 356.98º | 0.63% | 0.5% | - |
| HSV(B) | 356.98º | 0.77% | 0.81% | - |
| XYZ | 27.16 | 15.43 | 5.16 | - |
| YUV | 95.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 55 | 0 | 0.77 | 0.73 | 0.19 | 356.98 | 0.63 | 0.5 |
| Hex | CE | 2F | 37 | 0 | 4D | 49 | 13 | 165 | 3F | 32 |
| Octal | 316 | 57 | 67 | 0 | 115 | 111 | 23 | 545 | 77 | 62 |
| Binary | 11001110 | 101111 | 110111 | 0 | 1001101 | 1001001 | 10011 | 101100101 | 111111 | 110010 |
Color Harmonies of #CE2F37
Complementary color
Monochromatic Colors of #CE2F37
Black with #CE2F37
Text Example
Text Example
White with #CE2F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F37; }
p { color: rgb(206,47,55); }
H1.HeaderClassName
{
color: #CE2F37;
}
.AnyTagClassName
{
color: #CE2F37;
}
</style>
background-color css
<style>
a { background-color: #CE2F37; }
a { background-color: rgb(206,47,55); }
div.DivClassName
{
background-color: #CE2F37;
}
.BgClassName
{
background-color: #CE2F37;
}
</style>
border-color css
<style>
span { border-color: #CE2F37; }
span { border-color: rgb(206,47,55); }
td.TdClassName
{
border-color: #CE2F37;
}
.TagClassName
{
border-color: #CE2F37;
}
</style>