Shades of Red Damask #CF7249
Tints of Red Damask #CF7249
RGB
CMYK
RGB Variations
Color information
#CF7249 (or 0xCF7249) is known color: Red Damask. HEX triplet: CF, 72 and 49. RGB value is (207,114,73). Sum of RGB (Red+Green+Blue) = 207+114+73=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7249 is #308DB6. Grayscale: #898989. Windows color (decimal): -3182007 or 4813519. OLE color: 4813519.
HSL color Cylindrical-coordinate representation of color #CF7249: hue angle of 18.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF7249 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 73 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.19 |
| HSL | 18.36º | 0.58% | 0.55% | - |
| HSV(B) | 18.36º | 0.65% | 0.81% | - |
| XYZ | 32.95 | 25.78 | 9.54 | - |
| YUV | 137.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 73 | 0 | 0.45 | 0.65 | 0.19 | 18.36 | 0.58 | 0.55 |
| Hex | CF | 72 | 49 | 0 | 2D | 41 | 13 | 12 | 3A | 37 |
| Octal | 317 | 162 | 111 | 0 | 55 | 101 | 23 | 22 | 72 | 67 |
| Binary | 11001111 | 1110010 | 1001001 | 0 | 101101 | 1000001 | 10011 | 10010 | 111010 | 110111 |
Color Harmonies of #CF7249
Complementary color
Monochromatic Colors of #CF7249
Black with #CF7249
Text Example
Text Example
White with #CF7249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7249; }
p { color: rgb(207,114,73); }
H1.HeaderClassName
{
color: #CF7249;
}
.AnyTagClassName
{
color: #CF7249;
}
</style>
background-color css
<style>
a { background-color: #CF7249; }
a { background-color: rgb(207,114,73); }
div.DivClassName
{
background-color: #CF7249;
}
.BgClassName
{
background-color: #CF7249;
}
</style>
border-color css
<style>
span { border-color: #CF7249; }
span { border-color: rgb(207,114,73); }
td.TdClassName
{
border-color: #CF7249;
}
.TagClassName
{
border-color: #CF7249;
}
</style>