Shades of Red Damask #CE7248
Tints of Red Damask #CE7248
RGB
CMYK
RGB Variations
Color information
#CE7248 (or 0xCE7248) is known color: Red Damask. HEX triplet: CE, 72 and 48. RGB value is (206,114,72). Sum of RGB (Red+Green+Blue) = 206+114+72=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7248 is #318DB7. Grayscale: #888888. Windows color (decimal): -3247544 or 4747982. OLE color: 4747982.
HSL color Cylindrical-coordinate representation of color #CE7248: hue angle of 18.81º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE7248 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 72 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.19 |
| HSL | 18.81º | 0.58% | 0.55% | - |
| HSV(B) | 18.81º | 0.65% | 0.81% | - |
| XYZ | 32.64 | 25.62 | 9.36 | - |
| YUV | 136.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 72 | 0 | 0.45 | 0.65 | 0.19 | 18.81 | 0.58 | 0.55 |
| Hex | CE | 72 | 48 | 0 | 2D | 41 | 13 | 13 | 3A | 37 |
| Octal | 316 | 162 | 110 | 0 | 55 | 101 | 23 | 23 | 72 | 67 |
| Binary | 11001110 | 1110010 | 1001000 | 0 | 101101 | 1000001 | 10011 | 10011 | 111010 | 110111 |
Color Harmonies of #CE7248
Complementary color
Monochromatic Colors of #CE7248
Black with #CE7248
Text Example
Text Example
White with #CE7248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7248; }
p { color: rgb(206,114,72); }
H1.HeaderClassName
{
color: #CE7248;
}
.AnyTagClassName
{
color: #CE7248;
}
</style>
background-color css
<style>
a { background-color: #CE7248; }
a { background-color: rgb(206,114,72); }
div.DivClassName
{
background-color: #CE7248;
}
.BgClassName
{
background-color: #CE7248;
}
</style>
border-color css
<style>
span { border-color: #CE7248; }
span { border-color: rgb(206,114,72); }
td.TdClassName
{
border-color: #CE7248;
}
.TagClassName
{
border-color: #CE7248;
}
</style>