Shades of Red Damask #CE7251
Tints of Red Damask #CE7251
RGB
CMYK
RGB Variations
Color information
#CE7251 (or 0xCE7251) is known color: Red Damask. HEX triplet: CE, 72 and 51. RGB value is (206,114,81). Sum of RGB (Red+Green+Blue) = 206+114+81=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7251 is #318DAE. Grayscale: #898989. Windows color (decimal): -3247535 or 5337806. OLE color: 5337806.
HSL color Cylindrical-coordinate representation of color #CE7251: hue angle of 15.84º 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 #CE7251 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 81 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.19 |
| HSL | 15.84º | 0.56% | 0.56% | - |
| HSV(B) | 15.84º | 0.61% | 0.81% | - |
| XYZ | 32.96 | 25.75 | 11.02 | - |
| YUV | 137.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 81 | 0 | 0.45 | 0.61 | 0.19 | 15.84 | 0.56 | 0.56 |
| Hex | CE | 72 | 51 | 0 | 2D | 3D | 13 | 10 | 38 | 38 |
| Octal | 316 | 162 | 121 | 0 | 55 | 75 | 23 | 20 | 70 | 70 |
| Binary | 11001110 | 1110010 | 1010001 | 0 | 101101 | 111101 | 10011 | 10000 | 111000 | 111000 |
Color Harmonies of #CE7251
Complementary color
Monochromatic Colors of #CE7251
Black with #CE7251
Text Example
Text Example
White with #CE7251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7251; }
p { color: rgb(206,114,81); }
H1.HeaderClassName
{
color: #CE7251;
}
.AnyTagClassName
{
color: #CE7251;
}
</style>
background-color css
<style>
a { background-color: #CE7251; }
a { background-color: rgb(206,114,81); }
div.DivClassName
{
background-color: #CE7251;
}
.BgClassName
{
background-color: #CE7251;
}
</style>
border-color css
<style>
span { border-color: #CE7251; }
span { border-color: rgb(206,114,81); }
td.TdClassName
{
border-color: #CE7251;
}
.TagClassName
{
border-color: #CE7251;
}
</style>