Shades of Red Damask #CE7451
Tints of Red Damask #CE7451
RGB
CMYK
RGB Variations
Color information
#CE7451 (or 0xCE7451) is known color: Red Damask. HEX triplet: CE, 74 and 51. RGB value is (206,116,81). Sum of RGB (Red+Green+Blue) = 206+116+81=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7451 is #318BAE. Grayscale: #8B8B8B. Windows color (decimal): -3247023 or 5338318. OLE color: 5338318.
HSL color Cylindrical-coordinate representation of color #CE7451: hue angle of 16.8º 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 #CE7451 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 81 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.19 |
| HSL | 16.8º | 0.56% | 0.56% | - |
| HSV(B) | 16.8º | 0.61% | 0.81% | - |
| XYZ | 33.18 | 26.21 | 11.09 | - |
| YUV | 138.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 81 | 0 | 0.44 | 0.61 | 0.19 | 16.8 | 0.56 | 0.56 |
| Hex | CE | 74 | 51 | 0 | 2C | 3D | 13 | 11 | 38 | 38 |
| Octal | 316 | 164 | 121 | 0 | 54 | 75 | 23 | 21 | 70 | 70 |
| Binary | 11001110 | 1110100 | 1010001 | 0 | 101100 | 111101 | 10011 | 10001 | 111000 | 111000 |
Color Harmonies of #CE7451
Complementary color
Monochromatic Colors of #CE7451
Black with #CE7451
Text Example
Text Example
White with #CE7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7451; }
p { color: rgb(206,116,81); }
H1.HeaderClassName
{
color: #CE7451;
}
.AnyTagClassName
{
color: #CE7451;
}
</style>
background-color css
<style>
a { background-color: #CE7451; }
a { background-color: rgb(206,116,81); }
div.DivClassName
{
background-color: #CE7451;
}
.BgClassName
{
background-color: #CE7451;
}
</style>
border-color css
<style>
span { border-color: #CE7451; }
span { border-color: rgb(206,116,81); }
td.TdClassName
{
border-color: #CE7451;
}
.TagClassName
{
border-color: #CE7451;
}
</style>