Shades of Red Damask #CF7142
Tints of Red Damask #CF7142
RGB
CMYK
RGB Variations
Color information
#CF7142 (or 0xCF7142) is known color: Red Damask. HEX triplet: CF, 71 and 42. RGB value is (207,113,66). Sum of RGB (Red+Green+Blue) = 207+113+66=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7142 is #308EBD. Grayscale: #888888. Windows color (decimal): -3182270 or 4354511. OLE color: 4354511.
HSL color Cylindrical-coordinate representation of color #CF7142: hue angle of 20º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF7142 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 66 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.19 |
| HSL | 20º | 0.59% | 0.54% | - |
| HSV(B) | 20º | 0.68% | 0.81% | - |
| XYZ | 32.62 | 25.47 | 8.35 | - |
| YUV | 135.75 | 88.64 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 66 | 0 | 0.45 | 0.68 | 0.19 | 20 | 0.59 | 0.54 |
| Hex | CF | 71 | 42 | 0 | 2D | 44 | 13 | 14 | 3B | 36 |
| Octal | 317 | 161 | 102 | 0 | 55 | 104 | 23 | 24 | 73 | 66 |
| Binary | 11001111 | 1110001 | 1000010 | 0 | 101101 | 1000100 | 10011 | 10100 | 111011 | 110110 |
Color Harmonies of #CF7142
Complementary color
Monochromatic Colors of #CF7142
Black with #CF7142
Text Example
Text Example
White with #CF7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7142; }
p { color: rgb(207,113,66); }
H1.HeaderClassName
{
color: #CF7142;
}
.AnyTagClassName
{
color: #CF7142;
}
</style>
background-color css
<style>
a { background-color: #CF7142; }
a { background-color: rgb(207,113,66); }
div.DivClassName
{
background-color: #CF7142;
}
.BgClassName
{
background-color: #CF7142;
}
</style>
border-color css
<style>
span { border-color: #CF7142; }
span { border-color: rgb(207,113,66); }
td.TdClassName
{
border-color: #CF7142;
}
.TagClassName
{
border-color: #CF7142;
}
</style>