Shades of Red Damask #CF7242
Tints of Red Damask #CF7242
RGB
CMYK
RGB Variations
Color information
#CF7242 (or 0xCF7242) is known color: Red Damask. HEX triplet: CF, 72 and 42. RGB value is (207,114,66). Sum of RGB (Red+Green+Blue) = 207+114+66=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7242 is #308DBD. Grayscale: #888888. Windows color (decimal): -3182014 or 4354767. OLE color: 4354767.
HSL color Cylindrical-coordinate representation of color #CF7242: hue angle of 20.43º 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 #CF7242 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 66 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.19 |
| HSL | 20.43º | 0.59% | 0.54% | - |
| HSV(B) | 20.43º | 0.68% | 0.81% | - |
| XYZ | 32.73 | 25.69 | 8.39 | - |
| YUV | 136.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 66 | 0 | 0.45 | 0.68 | 0.19 | 20.43 | 0.59 | 0.54 |
| Hex | CF | 72 | 42 | 0 | 2D | 44 | 13 | 14 | 3B | 36 |
| Octal | 317 | 162 | 102 | 0 | 55 | 104 | 23 | 24 | 73 | 66 |
| Binary | 11001111 | 1110010 | 1000010 | 0 | 101101 | 1000100 | 10011 | 10100 | 111011 | 110110 |
Color Harmonies of #CF7242
Complementary color
Monochromatic Colors of #CF7242
Black with #CF7242
Text Example
Text Example
White with #CF7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7242; }
p { color: rgb(207,114,66); }
H1.HeaderClassName
{
color: #CF7242;
}
.AnyTagClassName
{
color: #CF7242;
}
</style>
background-color css
<style>
a { background-color: #CF7242; }
a { background-color: rgb(207,114,66); }
div.DivClassName
{
background-color: #CF7242;
}
.BgClassName
{
background-color: #CF7242;
}
</style>
border-color css
<style>
span { border-color: #CF7242; }
span { border-color: rgb(207,114,66); }
td.TdClassName
{
border-color: #CF7242;
}
.TagClassName
{
border-color: #CF7242;
}
</style>