Shades of Mahogany #CE3038
Tints of Mahogany #CE3038
RGB
CMYK
RGB Variations
Color information
#CE3038 (or 0xCE3038) is known color: Mahogany. HEX triplet: CE, 30 and 38. RGB value is (206,48,56). Sum of RGB (Red+Green+Blue) = 206+48+56=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3038 is #31CFC7. Grayscale: #606060. Windows color (decimal): -3264456 or 3682510. OLE color: 3682510.
HSL color Cylindrical-coordinate representation of color #CE3038: hue angle of 356.96º degrees, saturation: 0.62, 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 #CE3038 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 56 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.19 |
| HSL | 356.96º | 0.62% | 0.5% | - |
| HSV(B) | 356.96º | 0.77% | 0.81% | - |
| XYZ | 27.22 | 15.52 | 5.3 | - |
| YUV | 96.15 | 105.35 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 56 | 0 | 0.77 | 0.73 | 0.19 | 356.96 | 0.62 | 0.5 |
| Hex | CE | 30 | 38 | 0 | 4D | 49 | 13 | 165 | 3E | 32 |
| Octal | 316 | 60 | 70 | 0 | 115 | 111 | 23 | 545 | 76 | 62 |
| Binary | 11001110 | 110000 | 111000 | 0 | 1001101 | 1001001 | 10011 | 101100101 | 111110 | 110010 |
Color Harmonies of #CE3038
Complementary color
Monochromatic Colors of #CE3038
Black with #CE3038
Text Example
Text Example
White with #CE3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3038; }
p { color: rgb(206,48,56); }
H1.HeaderClassName
{
color: #CE3038;
}
.AnyTagClassName
{
color: #CE3038;
}
</style>
background-color css
<style>
a { background-color: #CE3038; }
a { background-color: rgb(206,48,56); }
div.DivClassName
{
background-color: #CE3038;
}
.BgClassName
{
background-color: #CE3038;
}
</style>
border-color css
<style>
span { border-color: #CE3038; }
span { border-color: rgb(206,48,56); }
td.TdClassName
{
border-color: #CE3038;
}
.TagClassName
{
border-color: #CE3038;
}
</style>