Shades of Red Damask #CE7244
Tints of Red Damask #CE7244
RGB
CMYK
RGB Variations
Color information
#CE7244 (or 0xCE7244) is known color: Red Damask. HEX triplet: CE, 72 and 44. RGB value is (206,114,68). Sum of RGB (Red+Green+Blue) = 206+114+68=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7244 is #318DBB. Grayscale: #888888. Windows color (decimal): -3247548 or 4485838. OLE color: 4485838.
HSL color Cylindrical-coordinate representation of color #CE7244: hue angle of 20º degrees, saturation: 0.58, 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 #CE7244 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 68 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.19 |
| HSL | 20º | 0.58% | 0.54% | - |
| HSV(B) | 20º | 0.67% | 0.81% | - |
| XYZ | 32.51 | 25.57 | 8.69 | - |
| YUV | 136.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 68 | 0 | 0.45 | 0.67 | 0.19 | 20 | 0.58 | 0.54 |
| Hex | CE | 72 | 44 | 0 | 2D | 43 | 13 | 14 | 3A | 36 |
| Octal | 316 | 162 | 104 | 0 | 55 | 103 | 23 | 24 | 72 | 66 |
| Binary | 11001110 | 1110010 | 1000100 | 0 | 101101 | 1000011 | 10011 | 10100 | 111010 | 110110 |
Color Harmonies of #CE7244
Complementary color
Monochromatic Colors of #CE7244
Black with #CE7244
Text Example
Text Example
White with #CE7244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7244; }
p { color: rgb(206,114,68); }
H1.HeaderClassName
{
color: #CE7244;
}
.AnyTagClassName
{
color: #CE7244;
}
</style>
background-color css
<style>
a { background-color: #CE7244; }
a { background-color: rgb(206,114,68); }
div.DivClassName
{
background-color: #CE7244;
}
.BgClassName
{
background-color: #CE7244;
}
</style>
border-color css
<style>
span { border-color: #CE7244; }
span { border-color: rgb(206,114,68); }
td.TdClassName
{
border-color: #CE7244;
}
.TagClassName
{
border-color: #CE7244;
}
</style>