Shades of Mahogany #CF262E
Tints of Mahogany #CF262E
RGB
CMYK
RGB Variations
Color information
#CF262E (or 0xCF262E) is known color: Mahogany. HEX triplet: CF, 26 and 2E. RGB value is (207,38,46). Sum of RGB (Red+Green+Blue) = 207+38+46=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF262E is #30D9D1. Grayscale: #595959. Windows color (decimal): -3201490 or 3024591. OLE color: 3024591.
HSL color Cylindrical-coordinate representation of color #CF262E: hue angle of 357.16º 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 #CF262E is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 46 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.19 |
| HSL | 357.16º | 0.69% | 0.48% | - |
| HSV(B) | 357.16º | 0.82% | 0.81% | - |
| XYZ | 26.92 | 14.85 | 4.03 | - |
| YUV | 89.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 46 | 0 | 0.82 | 0.78 | 0.19 | 357.16 | 0.69 | 0.48 |
| Hex | CF | 26 | 2E | 0 | 52 | 4E | 13 | 165 | 45 | 30 |
| Octal | 317 | 46 | 56 | 0 | 122 | 116 | 23 | 545 | 105 | 60 |
| Binary | 11001111 | 100110 | 101110 | 0 | 1010010 | 1001110 | 10011 | 101100101 | 1000101 | 110000 |
Color Harmonies of #CF262E
Complementary color
Monochromatic Colors of #CF262E
Black with #CF262E
Text Example
Text Example
White with #CF262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF262E; }
p { color: rgb(207,38,46); }
H1.HeaderClassName
{
color: #CF262E;
}
.AnyTagClassName
{
color: #CF262E;
}
</style>
background-color css
<style>
a { background-color: #CF262E; }
a { background-color: rgb(207,38,46); }
div.DivClassName
{
background-color: #CF262E;
}
.BgClassName
{
background-color: #CF262E;
}
</style>
border-color css
<style>
span { border-color: #CF262E; }
span { border-color: rgb(207,38,46); }
td.TdClassName
{
border-color: #CF262E;
}
.TagClassName
{
border-color: #CF262E;
}
</style>