Shades of Mahogany #CE262C
Tints of Mahogany #CE262C
RGB
CMYK
RGB Variations
Color information
#CE262C (or 0xCE262C) is known color: Mahogany. HEX triplet: CE, 26 and 2C. RGB value is (206,38,44). Sum of RGB (Red+Green+Blue) = 206+38+44=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE262C is #31D9D3. Grayscale: #595959. Windows color (decimal): -3267028 or 2893518. OLE color: 2893518.
HSL color Cylindrical-coordinate representation of color #CE262C: hue angle of 357.86º 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 #CE262C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 44 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.19 |
| HSL | 357.86º | 0.69% | 0.48% | - |
| HSV(B) | 357.86º | 0.82% | 0.81% | - |
| XYZ | 26.6 | 14.69 | 3.82 | - |
| YUV | 88.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 44 | 0 | 0.82 | 0.79 | 0.19 | 357.86 | 0.69 | 0.48 |
| Hex | CE | 26 | 2C | 0 | 52 | 4F | 13 | 166 | 45 | 30 |
| Octal | 316 | 46 | 54 | 0 | 122 | 117 | 23 | 546 | 105 | 60 |
| Binary | 11001110 | 100110 | 101100 | 0 | 1010010 | 1001111 | 10011 | 101100110 | 1000101 | 110000 |
Color Harmonies of #CE262C
Complementary color
Monochromatic Colors of #CE262C
Black with #CE262C
Text Example
Text Example
White with #CE262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE262C; }
p { color: rgb(206,38,44); }
H1.HeaderClassName
{
color: #CE262C;
}
.AnyTagClassName
{
color: #CE262C;
}
</style>
background-color css
<style>
a { background-color: #CE262C; }
a { background-color: rgb(206,38,44); }
div.DivClassName
{
background-color: #CE262C;
}
.BgClassName
{
background-color: #CE262C;
}
</style>
border-color css
<style>
span { border-color: #CE262C; }
span { border-color: rgb(206,38,44); }
td.TdClassName
{
border-color: #CE262C;
}
.TagClassName
{
border-color: #CE262C;
}
</style>