Shades of Mahogany #CE2733
Tints of Mahogany #CE2733
RGB
CMYK
RGB Variations
Color information
#CE2733 (or 0xCE2733) is known color: Mahogany. HEX triplet: CE, 27 and 33. RGB value is (206,39,51). Sum of RGB (Red+Green+Blue) = 206+39+51=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2733 is #31D8CC. Grayscale: #5A5A5A. Windows color (decimal): -3266765 or 3352526. OLE color: 3352526.
HSL color Cylindrical-coordinate representation of color #CE2733: hue angle of 355.69º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2733 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 51 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.19 |
| HSL | 355.69º | 0.68% | 0.48% | - |
| HSV(B) | 355.69º | 0.81% | 0.81% | - |
| XYZ | 26.78 | 14.81 | 4.58 | - |
| YUV | 90.3 | 105.83 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 51 | 0 | 0.81 | 0.75 | 0.19 | 355.69 | 0.68 | 0.48 |
| Hex | CE | 27 | 33 | 0 | 51 | 4B | 13 | 164 | 44 | 30 |
| Octal | 316 | 47 | 63 | 0 | 121 | 113 | 23 | 544 | 104 | 60 |
| Binary | 11001110 | 100111 | 110011 | 0 | 1010001 | 1001011 | 10011 | 101100100 | 1000100 | 110000 |
Color Harmonies of #CE2733
Complementary color
Monochromatic Colors of #CE2733
Black with #CE2733
Text Example
Text Example
White with #CE2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2733; }
p { color: rgb(206,39,51); }
H1.HeaderClassName
{
color: #CE2733;
}
.AnyTagClassName
{
color: #CE2733;
}
</style>
background-color css
<style>
a { background-color: #CE2733; }
a { background-color: rgb(206,39,51); }
div.DivClassName
{
background-color: #CE2733;
}
.BgClassName
{
background-color: #CE2733;
}
</style>
border-color css
<style>
span { border-color: #CE2733; }
span { border-color: rgb(206,39,51); }
td.TdClassName
{
border-color: #CE2733;
}
.TagClassName
{
border-color: #CE2733;
}
</style>