Shades of Mahogany #CF262C
Tints of Mahogany #CF262C
RGB
CMYK
RGB Variations
Color information
#CF262C (or 0xCF262C) is known color: Mahogany. HEX triplet: CF, 26 and 2C. RGB value is (207,38,44). Sum of RGB (Red+Green+Blue) = 207+38+44=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF262C is #30D9D3. Grayscale: #595959. Windows color (decimal): -3201492 or 2893519. OLE color: 2893519.
HSL color Cylindrical-coordinate representation of color #CF262C: hue angle of 357.87º 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 #CF262C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 44 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.19 |
| HSL | 357.87º | 0.69% | 0.48% | - |
| HSV(B) | 357.87º | 0.82% | 0.81% | - |
| XYZ | 26.88 | 14.83 | 3.83 | - |
| YUV | 89.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 44 | 0 | 0.82 | 0.79 | 0.19 | 357.87 | 0.69 | 0.48 |
| Hex | CF | 26 | 2C | 0 | 52 | 4F | 13 | 166 | 45 | 30 |
| Octal | 317 | 46 | 54 | 0 | 122 | 117 | 23 | 546 | 105 | 60 |
| Binary | 11001111 | 100110 | 101100 | 0 | 1010010 | 1001111 | 10011 | 101100110 | 1000101 | 110000 |
Color Harmonies of #CF262C
Complementary color
Monochromatic Colors of #CF262C
Black with #CF262C
Text Example
Text Example
White with #CF262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF262C; }
p { color: rgb(207,38,44); }
H1.HeaderClassName
{
color: #CF262C;
}
.AnyTagClassName
{
color: #CF262C;
}
</style>
background-color css
<style>
a { background-color: #CF262C; }
a { background-color: rgb(207,38,44); }
div.DivClassName
{
background-color: #CF262C;
}
.BgClassName
{
background-color: #CF262C;
}
</style>
border-color css
<style>
span { border-color: #CF262C; }
span { border-color: rgb(207,38,44); }
td.TdClassName
{
border-color: #CF262C;
}
.TagClassName
{
border-color: #CF262C;
}
</style>