Shades of Red Damask #CE714D
Tints of Red Damask #CE714D
RGB
CMYK
RGB Variations
Color information
#CE714D (or 0xCE714D) is known color: Red Damask. HEX triplet: CE, 71 and 4D. RGB value is (206,113,77). Sum of RGB (Red+Green+Blue) = 206+113+77=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE714D is #318EB2. Grayscale: #888888. Windows color (decimal): -3247795 or 5075406. OLE color: 5075406.
HSL color Cylindrical-coordinate representation of color #CE714D: hue angle of 16.74º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE714D is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 77 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.19 |
| HSL | 16.74º | 0.57% | 0.55% | - |
| HSV(B) | 16.74º | 0.63% | 0.81% | - |
| XYZ | 32.7 | 25.47 | 10.21 | - |
| YUV | 136.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 77 | 0 | 0.45 | 0.63 | 0.19 | 16.74 | 0.57 | 0.55 |
| Hex | CE | 71 | 4D | 0 | 2D | 3F | 13 | 11 | 39 | 37 |
| Octal | 316 | 161 | 115 | 0 | 55 | 77 | 23 | 21 | 71 | 67 |
| Binary | 11001110 | 1110001 | 1001101 | 0 | 101101 | 111111 | 10011 | 10001 | 111001 | 110111 |
Color Harmonies of #CE714D
Complementary color
Monochromatic Colors of #CE714D
Black with #CE714D
Text Example
Text Example
White with #CE714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE714D; }
p { color: rgb(206,113,77); }
H1.HeaderClassName
{
color: #CE714D;
}
.AnyTagClassName
{
color: #CE714D;
}
</style>
background-color css
<style>
a { background-color: #CE714D; }
a { background-color: rgb(206,113,77); }
div.DivClassName
{
background-color: #CE714D;
}
.BgClassName
{
background-color: #CE714D;
}
</style>
border-color css
<style>
span { border-color: #CE714D; }
span { border-color: rgb(206,113,77); }
td.TdClassName
{
border-color: #CE714D;
}
.TagClassName
{
border-color: #CE714D;
}
</style>