Shades of Red Damask #CF7351
Tints of Red Damask #CF7351
RGB
CMYK
RGB Variations
Color information
#CF7351 (or 0xCF7351) is known color: Red Damask. HEX triplet: CF, 73 and 51. RGB value is (207,115,81). Sum of RGB (Red+Green+Blue) = 207+115+81=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7351 is #308CAE. Grayscale: #8A8A8A. Windows color (decimal): -3181743 or 5338063. OLE color: 5338063.
HSL color Cylindrical-coordinate representation of color #CF7351: hue angle of 16.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF7351 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 81 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.19 |
| HSL | 16.19º | 0.57% | 0.56% | - |
| HSV(B) | 16.19º | 0.61% | 0.81% | - |
| XYZ | 33.35 | 26.12 | 11.07 | - |
| YUV | 138.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 81 | 0 | 0.44 | 0.61 | 0.19 | 16.19 | 0.57 | 0.56 |
| Hex | CF | 73 | 51 | 0 | 2C | 3D | 13 | 10 | 39 | 38 |
| Octal | 317 | 163 | 121 | 0 | 54 | 75 | 23 | 20 | 71 | 70 |
| Binary | 11001111 | 1110011 | 1010001 | 0 | 101100 | 111101 | 10011 | 10000 | 111001 | 111000 |
Color Harmonies of #CF7351
Complementary color
Monochromatic Colors of #CF7351
Black with #CF7351
Text Example
Text Example
White with #CF7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7351; }
p { color: rgb(207,115,81); }
H1.HeaderClassName
{
color: #CF7351;
}
.AnyTagClassName
{
color: #CF7351;
}
</style>
background-color css
<style>
a { background-color: #CF7351; }
a { background-color: rgb(207,115,81); }
div.DivClassName
{
background-color: #CF7351;
}
.BgClassName
{
background-color: #CF7351;
}
</style>
border-color css
<style>
span { border-color: #CF7351; }
span { border-color: rgb(207,115,81); }
td.TdClassName
{
border-color: #CF7351;
}
.TagClassName
{
border-color: #CF7351;
}
</style>