Shades of Red Damask #CE7243
Tints of Red Damask #CE7243
RGB
CMYK
RGB Variations
Color information
#CE7243 (or 0xCE7243) is known color: Red Damask. HEX triplet: CE, 72 and 43. RGB value is (206,114,67). Sum of RGB (Red+Green+Blue) = 206+114+67=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7243 is #318DBC. Grayscale: #888888. Windows color (decimal): -3247549 or 4420302. OLE color: 4420302.
HSL color Cylindrical-coordinate representation of color #CE7243: hue angle of 20.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE7243 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 67 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.19 |
| HSL | 20.29º | 0.59% | 0.54% | - |
| HSV(B) | 20.29º | 0.67% | 0.81% | - |
| XYZ | 32.48 | 25.56 | 8.53 | - |
| YUV | 136.15 | 88.98 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 67 | 0 | 0.45 | 0.67 | 0.19 | 20.29 | 0.59 | 0.54 |
| Hex | CE | 72 | 43 | 0 | 2D | 43 | 13 | 14 | 3B | 36 |
| Octal | 316 | 162 | 103 | 0 | 55 | 103 | 23 | 24 | 73 | 66 |
| Binary | 11001110 | 1110010 | 1000011 | 0 | 101101 | 1000011 | 10011 | 10100 | 111011 | 110110 |
Color Harmonies of #CE7243
Complementary color
Monochromatic Colors of #CE7243
Black with #CE7243
Text Example
Text Example
White with #CE7243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7243; }
p { color: rgb(206,114,67); }
H1.HeaderClassName
{
color: #CE7243;
}
.AnyTagClassName
{
color: #CE7243;
}
</style>
background-color css
<style>
a { background-color: #CE7243; }
a { background-color: rgb(206,114,67); }
div.DivClassName
{
background-color: #CE7243;
}
.BgClassName
{
background-color: #CE7243;
}
</style>
border-color css
<style>
span { border-color: #CE7243; }
span { border-color: rgb(206,114,67); }
td.TdClassName
{
border-color: #CE7243;
}
.TagClassName
{
border-color: #CE7243;
}
</style>