Shades of Red Damask #CE7051
Tints of Red Damask #CE7051
RGB
CMYK
RGB Variations
Color information
#CE7051 (or 0xCE7051) is known color: Red Damask. HEX triplet: CE, 70 and 51. RGB value is (206,112,81). Sum of RGB (Red+Green+Blue) = 206+112+81=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7051 is #318FAE. Grayscale: #888888. Windows color (decimal): -3248047 or 5337294. OLE color: 5337294.
HSL color Cylindrical-coordinate representation of color #CE7051: hue angle of 14.88º degrees, saturation: 0.56, 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 #CE7051 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 81 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.19 |
| HSL | 14.88º | 0.56% | 0.56% | - |
| HSV(B) | 14.88º | 0.61% | 0.81% | - |
| XYZ | 32.73 | 25.3 | 10.94 | - |
| YUV | 136.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 81 | 0 | 0.46 | 0.61 | 0.19 | 14.88 | 0.56 | 0.56 |
| Hex | CE | 70 | 51 | 0 | 2E | 3D | 13 | F | 38 | 38 |
| Octal | 316 | 160 | 121 | 0 | 56 | 75 | 23 | 17 | 70 | 70 |
| Binary | 11001110 | 1110000 | 1010001 | 0 | 101110 | 111101 | 10011 | 1111 | 111000 | 111000 |
Color Harmonies of #CE7051
Complementary color
Monochromatic Colors of #CE7051
Black with #CE7051
Text Example
Text Example
White with #CE7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7051; }
p { color: rgb(206,112,81); }
H1.HeaderClassName
{
color: #CE7051;
}
.AnyTagClassName
{
color: #CE7051;
}
</style>
background-color css
<style>
a { background-color: #CE7051; }
a { background-color: rgb(206,112,81); }
div.DivClassName
{
background-color: #CE7051;
}
.BgClassName
{
background-color: #CE7051;
}
</style>
border-color css
<style>
span { border-color: #CE7051; }
span { border-color: rgb(206,112,81); }
td.TdClassName
{
border-color: #CE7051;
}
.TagClassName
{
border-color: #CE7051;
}
</style>