Shades of Red Damask #CE7350
Tints of Red Damask #CE7350
RGB
CMYK
RGB Variations
Color information
#CE7350 (or 0xCE7350) is known color: Red Damask. HEX triplet: CE, 73 and 50. RGB value is (206,115,80). Sum of RGB (Red+Green+Blue) = 206+115+80=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7350 is #318CAF. Grayscale: #8A8A8A. Windows color (decimal): -3247280 or 5272526. OLE color: 5272526.
HSL color Cylindrical-coordinate representation of color #CE7350: hue angle of 16.67º 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 #CE7350 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 80 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.19 |
| HSL | 16.67º | 0.56% | 0.56% | - |
| HSV(B) | 16.67º | 0.61% | 0.81% | - |
| XYZ | 33.03 | 25.96 | 10.86 | - |
| YUV | 138.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 80 | 0 | 0.44 | 0.61 | 0.19 | 16.67 | 0.56 | 0.56 |
| Hex | CE | 73 | 50 | 0 | 2C | 3D | 13 | 11 | 38 | 38 |
| Octal | 316 | 163 | 120 | 0 | 54 | 75 | 23 | 21 | 70 | 70 |
| Binary | 11001110 | 1110011 | 1010000 | 0 | 101100 | 111101 | 10011 | 10001 | 111000 | 111000 |
Color Harmonies of #CE7350
Complementary color
Monochromatic Colors of #CE7350
Black with #CE7350
Text Example
Text Example
White with #CE7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7350; }
p { color: rgb(206,115,80); }
H1.HeaderClassName
{
color: #CE7350;
}
.AnyTagClassName
{
color: #CE7350;
}
</style>
background-color css
<style>
a { background-color: #CE7350; }
a { background-color: rgb(206,115,80); }
div.DivClassName
{
background-color: #CE7350;
}
.BgClassName
{
background-color: #CE7350;
}
</style>
border-color css
<style>
span { border-color: #CE7350; }
span { border-color: rgb(206,115,80); }
td.TdClassName
{
border-color: #CE7350;
}
.TagClassName
{
border-color: #CE7350;
}
</style>