Shades of Mahogany #CF262F
Tints of Mahogany #CF262F
RGB
CMYK
RGB Variations
Color information
#CF262F (or 0xCF262F) is known color: Mahogany. HEX triplet: CF, 26 and 2F. RGB value is (207,38,47). Sum of RGB (Red+Green+Blue) = 207+38+47=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF262F is #30D9D0. Grayscale: #595959. Windows color (decimal): -3201489 or 3090127. OLE color: 3090127.
HSL color Cylindrical-coordinate representation of color #CF262F: hue angle of 356.8º 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 #CF262F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 47 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.19 |
| HSL | 356.8º | 0.69% | 0.48% | - |
| HSV(B) | 356.8º | 0.82% | 0.81% | - |
| XYZ | 26.94 | 14.86 | 4.14 | - |
| YUV | 89.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 47 | 0 | 0.82 | 0.77 | 0.19 | 356.8 | 0.69 | 0.48 |
| Hex | CF | 26 | 2F | 0 | 52 | 4D | 13 | 165 | 45 | 30 |
| Octal | 317 | 46 | 57 | 0 | 122 | 115 | 23 | 545 | 105 | 60 |
| Binary | 11001111 | 100110 | 101111 | 0 | 1010010 | 1001101 | 10011 | 101100101 | 1000101 | 110000 |
Color Harmonies of #CF262F
Complementary color
Monochromatic Colors of #CF262F
Black with #CF262F
Text Example
Text Example
White with #CF262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF262F; }
p { color: rgb(207,38,47); }
H1.HeaderClassName
{
color: #CF262F;
}
.AnyTagClassName
{
color: #CF262F;
}
</style>
background-color css
<style>
a { background-color: #CF262F; }
a { background-color: rgb(207,38,47); }
div.DivClassName
{
background-color: #CF262F;
}
.BgClassName
{
background-color: #CF262F;
}
</style>
border-color css
<style>
span { border-color: #CF262F; }
span { border-color: rgb(207,38,47); }
td.TdClassName
{
border-color: #CF262F;
}
.TagClassName
{
border-color: #CF262F;
}
</style>