Shades of Mahogany #CE252E
Tints of Mahogany #CE252E
RGB
CMYK
RGB Variations
Color information
#CE252E (or 0xCE252E) is known color: Mahogany. HEX triplet: CE, 25 and 2E. RGB value is (206,37,46). Sum of RGB (Red+Green+Blue) = 206+37+46=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE252E is #31DAD1. Grayscale: #585858. Windows color (decimal): -3267282 or 3024334. OLE color: 3024334.
HSL color Cylindrical-coordinate representation of color #CE252E: hue angle of 356.8º degrees, saturation: 0.7, 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 #CE252E is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 46 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.19 |
| HSL | 356.8º | 0.7% | 0.48% | - |
| HSV(B) | 356.8º | 0.82% | 0.81% | - |
| XYZ | 26.61 | 14.64 | 4.01 | - |
| YUV | 88.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 46 | 0 | 0.82 | 0.78 | 0.19 | 356.8 | 0.7 | 0.48 |
| Hex | CE | 25 | 2E | 0 | 52 | 4E | 13 | 165 | 46 | 30 |
| Octal | 316 | 45 | 56 | 0 | 122 | 116 | 23 | 545 | 106 | 60 |
| Binary | 11001110 | 100101 | 101110 | 0 | 1010010 | 1001110 | 10011 | 101100101 | 1000110 | 110000 |
Color Harmonies of #CE252E
Complementary color
Monochromatic Colors of #CE252E
Black with #CE252E
Text Example
Text Example
White with #CE252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE252E; }
p { color: rgb(206,37,46); }
H1.HeaderClassName
{
color: #CE252E;
}
.AnyTagClassName
{
color: #CE252E;
}
</style>
background-color css
<style>
a { background-color: #CE252E; }
a { background-color: rgb(206,37,46); }
div.DivClassName
{
background-color: #CE252E;
}
.BgClassName
{
background-color: #CE252E;
}
</style>
border-color css
<style>
span { border-color: #CE252E; }
span { border-color: rgb(206,37,46); }
td.TdClassName
{
border-color: #CE252E;
}
.TagClassName
{
border-color: #CE252E;
}
</style>