Shades of Mahogany #CF2B2F
Tints of Mahogany #CF2B2F
RGB
CMYK
RGB Variations
Color information
#CF2B2F (or 0xCF2B2F) is known color: Mahogany. HEX triplet: CF, 2B and 2F. RGB value is (207,43,47). Sum of RGB (Red+Green+Blue) = 207+43+47=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B2F is #30D4D0. Grayscale: #5C5C5C. Windows color (decimal): -3200209 or 3091407. OLE color: 3091407.
HSL color Cylindrical-coordinate representation of color #CF2B2F: hue angle of 358.54º 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 #CF2B2F is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 47 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.19 |
| HSL | 358.54º | 0.66% | 0.49% | - |
| HSV(B) | 358.54º | 0.79% | 0.81% | - |
| XYZ | 27.11 | 15.2 | 4.19 | - |
| YUV | 92.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 47 | 0 | 0.79 | 0.77 | 0.19 | 358.54 | 0.66 | 0.49 |
| Hex | CF | 2B | 2F | 0 | 4F | 4D | 13 | 167 | 42 | 31 |
| Octal | 317 | 53 | 57 | 0 | 117 | 115 | 23 | 547 | 102 | 61 |
| Binary | 11001111 | 101011 | 101111 | 0 | 1001111 | 1001101 | 10011 | 101100111 | 1000010 | 110001 |
Color Harmonies of #CF2B2F
Complementary color
Monochromatic Colors of #CF2B2F
Black with #CF2B2F
Text Example
Text Example
White with #CF2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B2F; }
p { color: rgb(207,43,47); }
H1.HeaderClassName
{
color: #CF2B2F;
}
.AnyTagClassName
{
color: #CF2B2F;
}
</style>
background-color css
<style>
a { background-color: #CF2B2F; }
a { background-color: rgb(207,43,47); }
div.DivClassName
{
background-color: #CF2B2F;
}
.BgClassName
{
background-color: #CF2B2F;
}
</style>
border-color css
<style>
span { border-color: #CF2B2F; }
span { border-color: rgb(207,43,47); }
td.TdClassName
{
border-color: #CF2B2F;
}
.TagClassName
{
border-color: #CF2B2F;
}
</style>