Shades of Mahogany #CE262D
Tints of Mahogany #CE262D
RGB
CMYK
RGB Variations
Color information
#CE262D (or 0xCE262D) is known color: Mahogany. HEX triplet: CE, 26 and 2D. RGB value is (206,38,45). Sum of RGB (Red+Green+Blue) = 206+38+45=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE262D is #31D9D2. Grayscale: #595959. Windows color (decimal): -3267027 or 2959054. OLE color: 2959054.
HSL color Cylindrical-coordinate representation of color #CE262D: hue angle of 357.5º 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 #CE262D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 45 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.19 |
| HSL | 357.5º | 0.69% | 0.48% | - |
| HSV(B) | 357.5º | 0.82% | 0.81% | - |
| XYZ | 26.62 | 14.7 | 3.92 | - |
| YUV | 89.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 45 | 0 | 0.82 | 0.78 | 0.19 | 357.5 | 0.69 | 0.48 |
| Hex | CE | 26 | 2D | 0 | 52 | 4E | 13 | 166 | 45 | 30 |
| Octal | 316 | 46 | 55 | 0 | 122 | 116 | 23 | 546 | 105 | 60 |
| Binary | 11001110 | 100110 | 101101 | 0 | 1010010 | 1001110 | 10011 | 101100110 | 1000101 | 110000 |
Color Harmonies of #CE262D
Complementary color
Monochromatic Colors of #CE262D
Black with #CE262D
Text Example
Text Example
White with #CE262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE262D; }
p { color: rgb(206,38,45); }
H1.HeaderClassName
{
color: #CE262D;
}
.AnyTagClassName
{
color: #CE262D;
}
</style>
background-color css
<style>
a { background-color: #CE262D; }
a { background-color: rgb(206,38,45); }
div.DivClassName
{
background-color: #CE262D;
}
.BgClassName
{
background-color: #CE262D;
}
</style>
border-color css
<style>
span { border-color: #CE262D; }
span { border-color: rgb(206,38,45); }
td.TdClassName
{
border-color: #CE262D;
}
.TagClassName
{
border-color: #CE262D;
}
</style>