Shades of Red Damask #CE7343
Tints of Red Damask #CE7343
RGB
CMYK
RGB Variations
Color information
#CE7343 (or 0xCE7343) is known color: Red Damask. HEX triplet: CE, 73 and 43. RGB value is (206,115,67). Sum of RGB (Red+Green+Blue) = 206+115+67=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7343 is #318CBC. Grayscale: #898989. Windows color (decimal): -3247293 or 4420558. OLE color: 4420558.
HSL color Cylindrical-coordinate representation of color #CE7343: hue angle of 20.72º 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 #CE7343 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 67 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.19 |
| HSL | 20.72º | 0.59% | 0.54% | - |
| HSV(B) | 20.72º | 0.67% | 0.81% | - |
| XYZ | 32.6 | 25.79 | 8.57 | - |
| YUV | 136.74 | 88.65 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 67 | 0 | 0.44 | 0.67 | 0.19 | 20.72 | 0.59 | 0.54 |
| Hex | CE | 73 | 43 | 0 | 2C | 43 | 13 | 15 | 3B | 36 |
| Octal | 316 | 163 | 103 | 0 | 54 | 103 | 23 | 25 | 73 | 66 |
| Binary | 11001110 | 1110011 | 1000011 | 0 | 101100 | 1000011 | 10011 | 10101 | 111011 | 110110 |
Color Harmonies of #CE7343
Complementary color
Monochromatic Colors of #CE7343
Black with #CE7343
Text Example
Text Example
White with #CE7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7343; }
p { color: rgb(206,115,67); }
H1.HeaderClassName
{
color: #CE7343;
}
.AnyTagClassName
{
color: #CE7343;
}
</style>
background-color css
<style>
a { background-color: #CE7343; }
a { background-color: rgb(206,115,67); }
div.DivClassName
{
background-color: #CE7343;
}
.BgClassName
{
background-color: #CE7343;
}
</style>
border-color css
<style>
span { border-color: #CE7343; }
span { border-color: rgb(206,115,67); }
td.TdClassName
{
border-color: #CE7343;
}
.TagClassName
{
border-color: #CE7343;
}
</style>