Shades of Red Damask #CE7142
Tints of Red Damask #CE7142
RGB
CMYK
RGB Variations
Color information
#CE7142 (or 0xCE7142) is known color: Red Damask. HEX triplet: CE, 71 and 42. RGB value is (206,113,66). Sum of RGB (Red+Green+Blue) = 206+113+66=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7142 is #318EBD. Grayscale: #878787. Windows color (decimal): -3247806 or 4354510. OLE color: 4354510.
HSL color Cylindrical-coordinate representation of color #CE7142: hue angle of 20.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE7142 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 66 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.19 |
| HSL | 20.14º | 0.59% | 0.53% | - |
| HSV(B) | 20.14º | 0.68% | 0.81% | - |
| XYZ | 32.34 | 25.33 | 8.34 | - |
| YUV | 135.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 66 | 0 | 0.45 | 0.68 | 0.19 | 20.14 | 0.59 | 0.53 |
| Hex | CE | 71 | 42 | 0 | 2D | 44 | 13 | 14 | 3B | 35 |
| Octal | 316 | 161 | 102 | 0 | 55 | 104 | 23 | 24 | 73 | 65 |
| Binary | 11001110 | 1110001 | 1000010 | 0 | 101101 | 1000100 | 10011 | 10100 | 111011 | 110101 |
Color Harmonies of #CE7142
Complementary color
Monochromatic Colors of #CE7142
Black with #CE7142
Text Example
Text Example
White with #CE7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7142; }
p { color: rgb(206,113,66); }
H1.HeaderClassName
{
color: #CE7142;
}
.AnyTagClassName
{
color: #CE7142;
}
</style>
background-color css
<style>
a { background-color: #CE7142; }
a { background-color: rgb(206,113,66); }
div.DivClassName
{
background-color: #CE7142;
}
.BgClassName
{
background-color: #CE7142;
}
</style>
border-color css
<style>
span { border-color: #CE7142; }
span { border-color: rgb(206,113,66); }
td.TdClassName
{
border-color: #CE7142;
}
.TagClassName
{
border-color: #CE7142;
}
</style>