Shades of Mahogany #CE383F
Tints of Mahogany #CE383F
RGB
CMYK
RGB Variations
Color information
#CE383F (or 0xCE383F) is known color: Mahogany. HEX triplet: CE, 38 and 3F. RGB value is (206,56,63). Sum of RGB (Red+Green+Blue) = 206+56+63=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE383F is #31C7C0. Grayscale: #656565. Windows color (decimal): -3262401 or 4143310. OLE color: 4143310.
HSL color Cylindrical-coordinate representation of color #CE383F: hue angle of 357.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE383F is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 63 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.19 |
| HSL | 357.2º | 0.6% | 0.51% | - |
| HSV(B) | 357.2º | 0.73% | 0.81% | - |
| XYZ | 27.76 | 16.31 | 6.39 | - |
| YUV | 101.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 63 | 0 | 0.73 | 0.69 | 0.19 | 357.2 | 0.6 | 0.51 |
| Hex | CE | 38 | 3F | 0 | 49 | 45 | 13 | 165 | 3C | 33 |
| Octal | 316 | 70 | 77 | 0 | 111 | 105 | 23 | 545 | 74 | 63 |
| Binary | 11001110 | 111000 | 111111 | 0 | 1001001 | 1000101 | 10011 | 101100101 | 111100 | 110011 |
Color Harmonies of #CE383F
Complementary color
Monochromatic Colors of #CE383F
Black with #CE383F
Text Example
Text Example
White with #CE383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE383F; }
p { color: rgb(206,56,63); }
H1.HeaderClassName
{
color: #CE383F;
}
.AnyTagClassName
{
color: #CE383F;
}
</style>
background-color css
<style>
a { background-color: #CE383F; }
a { background-color: rgb(206,56,63); }
div.DivClassName
{
background-color: #CE383F;
}
.BgClassName
{
background-color: #CE383F;
}
</style>
border-color css
<style>
span { border-color: #CE383F; }
span { border-color: rgb(206,56,63); }
td.TdClassName
{
border-color: #CE383F;
}
.TagClassName
{
border-color: #CE383F;
}
</style>