Shades of Mahogany #CE2631
Tints of Mahogany #CE2631
RGB
CMYK
RGB Variations
Color information
#CE2631 (or 0xCE2631) is known color: Mahogany. HEX triplet: CE, 26 and 31. RGB value is (206,38,49). Sum of RGB (Red+Green+Blue) = 206+38+49=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2631 is #31D9CE. Grayscale: #595959. Windows color (decimal): -3267023 or 3221198. OLE color: 3221198.
HSL color Cylindrical-coordinate representation of color #CE2631: hue angle of 356.07º 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 #CE2631 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 49 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.19 |
| HSL | 356.07º | 0.69% | 0.48% | - |
| HSV(B) | 356.07º | 0.82% | 0.81% | - |
| XYZ | 26.7 | 14.73 | 4.34 | - |
| YUV | 89.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 49 | 0 | 0.82 | 0.76 | 0.19 | 356.07 | 0.69 | 0.48 |
| Hex | CE | 26 | 31 | 0 | 52 | 4C | 13 | 164 | 45 | 30 |
| Octal | 316 | 46 | 61 | 0 | 122 | 114 | 23 | 544 | 105 | 60 |
| Binary | 11001110 | 100110 | 110001 | 0 | 1010010 | 1001100 | 10011 | 101100100 | 1000101 | 110000 |
Color Harmonies of #CE2631
Complementary color
Monochromatic Colors of #CE2631
Black with #CE2631
Text Example
Text Example
White with #CE2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2631; }
p { color: rgb(206,38,49); }
H1.HeaderClassName
{
color: #CE2631;
}
.AnyTagClassName
{
color: #CE2631;
}
</style>
background-color css
<style>
a { background-color: #CE2631; }
a { background-color: rgb(206,38,49); }
div.DivClassName
{
background-color: #CE2631;
}
.BgClassName
{
background-color: #CE2631;
}
</style>
border-color css
<style>
span { border-color: #CE2631; }
span { border-color: rgb(206,38,49); }
td.TdClassName
{
border-color: #CE2631;
}
.TagClassName
{
border-color: #CE2631;
}
</style>