Shades of Mahogany #CE2633
Tints of Mahogany #CE2633
RGB
CMYK
RGB Variations
Color information
#CE2633 (or 0xCE2633) is known color: Mahogany. HEX triplet: CE, 26 and 33. RGB value is (206,38,51). Sum of RGB (Red+Green+Blue) = 206+38+51=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2633 is #31D9CC. Grayscale: #595959. Windows color (decimal): -3267021 or 3352270. OLE color: 3352270.
HSL color Cylindrical-coordinate representation of color #CE2633: hue angle of 355.36º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2633 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 51 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.19 |
| HSL | 355.36º | 0.69% | 0.48% | - |
| HSV(B) | 355.36º | 0.82% | 0.81% | - |
| XYZ | 26.74 | 14.75 | 4.57 | - |
| YUV | 89.71 | 106.16 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 51 | 0 | 0.82 | 0.75 | 0.19 | 355.36 | 0.69 | 0.48 |
| Hex | CE | 26 | 33 | 0 | 52 | 4B | 13 | 163 | 45 | 30 |
| Octal | 316 | 46 | 63 | 0 | 122 | 113 | 23 | 543 | 105 | 60 |
| Binary | 11001110 | 100110 | 110011 | 0 | 1010010 | 1001011 | 10011 | 101100011 | 1000101 | 110000 |
Color Harmonies of #CE2633
Complementary color
Monochromatic Colors of #CE2633
Black with #CE2633
Text Example
Text Example
White with #CE2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2633; }
p { color: rgb(206,38,51); }
H1.HeaderClassName
{
color: #CE2633;
}
.AnyTagClassName
{
color: #CE2633;
}
</style>
background-color css
<style>
a { background-color: #CE2633; }
a { background-color: rgb(206,38,51); }
div.DivClassName
{
background-color: #CE2633;
}
.BgClassName
{
background-color: #CE2633;
}
</style>
border-color css
<style>
span { border-color: #CE2633; }
span { border-color: rgb(206,38,51); }
td.TdClassName
{
border-color: #CE2633;
}
.TagClassName
{
border-color: #CE2633;
}
</style>