Shades of Mahogany #CE2C38
Tints of Mahogany #CE2C38
RGB
CMYK
RGB Variations
Color information
#CE2C38 (or 0xCE2C38) is known color: Mahogany. HEX triplet: CE, 2C and 38. RGB value is (206,44,56). Sum of RGB (Red+Green+Blue) = 206+44+56=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2C38 is #31D3C7. Grayscale: #5D5D5D. Windows color (decimal): -3265480 or 3681486. OLE color: 3681486.
HSL color Cylindrical-coordinate representation of color #CE2C38: hue angle of 355.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2C38 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 56 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.19 |
| HSL | 355.56º | 0.65% | 0.49% | - |
| HSV(B) | 355.56º | 0.79% | 0.81% | - |
| XYZ | 27.07 | 15.21 | 5.25 | - |
| YUV | 93.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 56 | 0 | 0.79 | 0.73 | 0.19 | 355.56 | 0.65 | 0.49 |
| Hex | CE | 2C | 38 | 0 | 4F | 49 | 13 | 164 | 41 | 31 |
| Octal | 316 | 54 | 70 | 0 | 117 | 111 | 23 | 544 | 101 | 61 |
| Binary | 11001110 | 101100 | 111000 | 0 | 1001111 | 1001001 | 10011 | 101100100 | 1000001 | 110001 |
Color Harmonies of #CE2C38
Complementary color
Monochromatic Colors of #CE2C38
Black with #CE2C38
Text Example
Text Example
White with #CE2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2C38; }
p { color: rgb(206,44,56); }
H1.HeaderClassName
{
color: #CE2C38;
}
.AnyTagClassName
{
color: #CE2C38;
}
</style>
background-color css
<style>
a { background-color: #CE2C38; }
a { background-color: rgb(206,44,56); }
div.DivClassName
{
background-color: #CE2C38;
}
.BgClassName
{
background-color: #CE2C38;
}
</style>
border-color css
<style>
span { border-color: #CE2C38; }
span { border-color: rgb(206,44,56); }
td.TdClassName
{
border-color: #CE2C38;
}
.TagClassName
{
border-color: #CE2C38;
}
</style>