Shades of Red Damask #CE714B
Tints of Red Damask #CE714B
RGB
CMYK
RGB Variations
Color information
#CE714B (or 0xCE714B) is known color: Red Damask. HEX triplet: CE, 71 and 4B. RGB value is (206,113,75). Sum of RGB (Red+Green+Blue) = 206+113+75=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE714B is #318EB4. Grayscale: #888888. Windows color (decimal): -3247797 or 4944334. OLE color: 4944334.
HSL color Cylindrical-coordinate representation of color #CE714B: hue angle of 17.4º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE714B is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 75 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.19 |
| HSL | 17.4º | 0.57% | 0.55% | - |
| HSV(B) | 17.4º | 0.64% | 0.81% | - |
| XYZ | 32.63 | 25.44 | 9.85 | - |
| YUV | 136.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 75 | 0 | 0.45 | 0.64 | 0.19 | 17.4 | 0.57 | 0.55 |
| Hex | CE | 71 | 4B | 0 | 2D | 40 | 13 | 11 | 39 | 37 |
| Octal | 316 | 161 | 113 | 0 | 55 | 100 | 23 | 21 | 71 | 67 |
| Binary | 11001110 | 1110001 | 1001011 | 0 | 101101 | 1000000 | 10011 | 10001 | 111001 | 110111 |
Color Harmonies of #CE714B
Complementary color
Monochromatic Colors of #CE714B
Black with #CE714B
Text Example
Text Example
White with #CE714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE714B; }
p { color: rgb(206,113,75); }
H1.HeaderClassName
{
color: #CE714B;
}
.AnyTagClassName
{
color: #CE714B;
}
</style>
background-color css
<style>
a { background-color: #CE714B; }
a { background-color: rgb(206,113,75); }
div.DivClassName
{
background-color: #CE714B;
}
.BgClassName
{
background-color: #CE714B;
}
</style>
border-color css
<style>
span { border-color: #CE714B; }
span { border-color: rgb(206,113,75); }
td.TdClassName
{
border-color: #CE714B;
}
.TagClassName
{
border-color: #CE714B;
}
</style>