Shades of Mahogany #CE383D
Tints of Mahogany #CE383D
RGB
CMYK
RGB Variations
Color information
#CE383D (or 0xCE383D) is known color: Mahogany. HEX triplet: CE, 38 and 3D. RGB value is (206,56,61). Sum of RGB (Red+Green+Blue) = 206+56+61=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE383D is #31C7C2. Grayscale: #656565. Windows color (decimal): -3262403 or 4012238. OLE color: 4012238.
HSL color Cylindrical-coordinate representation of color #CE383D: hue angle of 358º 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 #CE383D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 61 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.19 |
| HSL | 358º | 0.6% | 0.51% | - |
| HSV(B) | 358º | 0.73% | 0.81% | - |
| XYZ | 27.71 | 16.29 | 6.1 | - |
| YUV | 101.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 61 | 0 | 0.73 | 0.70 | 0.19 | 358 | 0.6 | 0.51 |
| Hex | CE | 38 | 3D | 0 | 49 | 46 | 13 | 166 | 3C | 33 |
| Octal | 316 | 70 | 75 | 0 | 111 | 106 | 23 | 546 | 74 | 63 |
| Binary | 11001110 | 111000 | 111101 | 0 | 1001001 | 1000110 | 10011 | 101100110 | 111100 | 110011 |
Color Harmonies of #CE383D
Complementary color
Monochromatic Colors of #CE383D
Black with #CE383D
Text Example
Text Example
White with #CE383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE383D; }
p { color: rgb(206,56,61); }
H1.HeaderClassName
{
color: #CE383D;
}
.AnyTagClassName
{
color: #CE383D;
}
</style>
background-color css
<style>
a { background-color: #CE383D; }
a { background-color: rgb(206,56,61); }
div.DivClassName
{
background-color: #CE383D;
}
.BgClassName
{
background-color: #CE383D;
}
</style>
border-color css
<style>
span { border-color: #CE383D; }
span { border-color: rgb(206,56,61); }
td.TdClassName
{
border-color: #CE383D;
}
.TagClassName
{
border-color: #CE383D;
}
</style>