Shades of Mahogany #CF2B2E
Tints of Mahogany #CF2B2E
RGB
CMYK
RGB Variations
Color information
#CF2B2E (or 0xCF2B2E) is known color: Mahogany. HEX triplet: CF, 2B and 2E. RGB value is (207,43,46). Sum of RGB (Red+Green+Blue) = 207+43+46=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B2E is #30D4D1. Grayscale: #5C5C5C. Windows color (decimal): -3200210 or 3025871. OLE color: 3025871.
HSL color Cylindrical-coordinate representation of color #CF2B2E: hue angle of 358.9º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B2E is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 46 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.19 |
| HSL | 358.9º | 0.66% | 0.49% | - |
| HSV(B) | 358.9º | 0.79% | 0.81% | - |
| XYZ | 27.09 | 15.19 | 4.09 | - |
| YUV | 92.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 46 | 0 | 0.79 | 0.78 | 0.19 | 358.9 | 0.66 | 0.49 |
| Hex | CF | 2B | 2E | 0 | 4F | 4E | 13 | 167 | 42 | 31 |
| Octal | 317 | 53 | 56 | 0 | 117 | 116 | 23 | 547 | 102 | 61 |
| Binary | 11001111 | 101011 | 101110 | 0 | 1001111 | 1001110 | 10011 | 101100111 | 1000010 | 110001 |
Color Harmonies of #CF2B2E
Complementary color
Monochromatic Colors of #CF2B2E
Black with #CF2B2E
Text Example
Text Example
White with #CF2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B2E; }
p { color: rgb(207,43,46); }
H1.HeaderClassName
{
color: #CF2B2E;
}
.AnyTagClassName
{
color: #CF2B2E;
}
</style>
background-color css
<style>
a { background-color: #CF2B2E; }
a { background-color: rgb(207,43,46); }
div.DivClassName
{
background-color: #CF2B2E;
}
.BgClassName
{
background-color: #CF2B2E;
}
</style>
border-color css
<style>
span { border-color: #CF2B2E; }
span { border-color: rgb(207,43,46); }
td.TdClassName
{
border-color: #CF2B2E;
}
.TagClassName
{
border-color: #CF2B2E;
}
</style>