Shades of Mahogany #CF353A
Tints of Mahogany #CF353A
RGB
CMYK
RGB Variations
Color information
#CF353A (or 0xCF353A) is known color: Mahogany. HEX triplet: CF, 35 and 3A. RGB value is (207,53,58). Sum of RGB (Red+Green+Blue) = 207+53+58=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF353A is #30CAC5. Grayscale: #636363. Windows color (decimal): -3197638 or 3814863. OLE color: 3814863.
HSL color Cylindrical-coordinate representation of color #CF353A: hue angle of 358.05º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF353A is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 58 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.19 |
| HSL | 358.05º | 0.62% | 0.51% | - |
| HSV(B) | 358.05º | 0.74% | 0.81% | - |
| XYZ | 27.77 | 16.12 | 5.65 | - |
| YUV | 99.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 58 | 0 | 0.74 | 0.72 | 0.19 | 358.05 | 0.62 | 0.51 |
| Hex | CF | 35 | 3A | 0 | 4A | 48 | 13 | 166 | 3E | 33 |
| Octal | 317 | 65 | 72 | 0 | 112 | 110 | 23 | 546 | 76 | 63 |
| Binary | 11001111 | 110101 | 111010 | 0 | 1001010 | 1001000 | 10011 | 101100110 | 111110 | 110011 |
Color Harmonies of #CF353A
Complementary color
Monochromatic Colors of #CF353A
Black with #CF353A
Text Example
Text Example
White with #CF353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF353A; }
p { color: rgb(207,53,58); }
H1.HeaderClassName
{
color: #CF353A;
}
.AnyTagClassName
{
color: #CF353A;
}
</style>
background-color css
<style>
a { background-color: #CF353A; }
a { background-color: rgb(207,53,58); }
div.DivClassName
{
background-color: #CF353A;
}
.BgClassName
{
background-color: #CF353A;
}
</style>
border-color css
<style>
span { border-color: #CF353A; }
span { border-color: rgb(207,53,58); }
td.TdClassName
{
border-color: #CF353A;
}
.TagClassName
{
border-color: #CF353A;
}
</style>