Shades of Red Damask #CF714F
Tints of Red Damask #CF714F
RGB
CMYK
RGB Variations
Color information
#CF714F (or 0xCF714F) is known color: Red Damask. HEX triplet: CF, 71 and 4F. RGB value is (207,113,79). Sum of RGB (Red+Green+Blue) = 207+113+79=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF714F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF714F is #308EB0. Grayscale: #898989. Windows color (decimal): -3182257 or 5206479. OLE color: 5206479.
HSL color Cylindrical-coordinate representation of color #CF714F: hue angle of 15.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF714F is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 79 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.19 |
| HSL | 15.94º | 0.57% | 0.56% | - |
| HSV(B) | 15.94º | 0.62% | 0.81% | - |
| XYZ | 33.05 | 25.64 | 10.6 | - |
| YUV | 137.23 | 95.14 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 79 | 0 | 0.45 | 0.62 | 0.19 | 15.94 | 0.57 | 0.56 |
| Hex | CF | 71 | 4F | 0 | 2D | 3E | 13 | 10 | 39 | 38 |
| Octal | 317 | 161 | 117 | 0 | 55 | 76 | 23 | 20 | 71 | 70 |
| Binary | 11001111 | 1110001 | 1001111 | 0 | 101101 | 111110 | 10011 | 10000 | 111001 | 111000 |
Color Harmonies of #CF714F
Complementary color
Monochromatic Colors of #CF714F
Black with #CF714F
Text Example
Text Example
White with #CF714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF714F; }
p { color: rgb(207,113,79); }
H1.HeaderClassName
{
color: #CF714F;
}
.AnyTagClassName
{
color: #CF714F;
}
</style>
background-color css
<style>
a { background-color: #CF714F; }
a { background-color: rgb(207,113,79); }
div.DivClassName
{
background-color: #CF714F;
}
.BgClassName
{
background-color: #CF714F;
}
</style>
border-color css
<style>
span { border-color: #CF714F; }
span { border-color: rgb(207,113,79); }
td.TdClassName
{
border-color: #CF714F;
}
.TagClassName
{
border-color: #CF714F;
}
</style>