Shades of Red Damask #C2744D
Tints of Red Damask #C2744D
RGB
CMYK
RGB Variations
Color information
#C2744D (or 0xC2744D) is known color: Red Damask. HEX triplet: C2, 74 and 4D. RGB value is (194,116,77). Sum of RGB (Red+Green+Blue) = 194+116+77=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2744D is #3D8BB2. Grayscale: #878787. Windows color (decimal): -4033459 or 5076162. OLE color: 5076162.
HSL color Cylindrical-coordinate representation of color #C2744D: hue angle of 20º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2744D is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 77 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.24 |
| HSL | 20º | 0.49% | 0.53% | - |
| HSV(B) | 20º | 0.6% | 0.76% | - |
| XYZ | 29.83 | 24.5 | 10.18 | - |
| YUV | 134.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 77 | 0 | 0.40 | 0.60 | 0.24 | 20 | 0.49 | 0.53 |
| Hex | C2 | 74 | 4D | 0 | 28 | 3C | 18 | 14 | 31 | 35 |
| Octal | 302 | 164 | 115 | 0 | 50 | 74 | 30 | 24 | 61 | 65 |
| Binary | 11000010 | 1110100 | 1001101 | 0 | 101000 | 111100 | 11000 | 10100 | 110001 | 110101 |
Color Harmonies of #C2744D
Complementary color
Monochromatic Colors of #C2744D
Black with #C2744D
Text Example
Text Example
White with #C2744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2744D; }
p { color: rgb(194,116,77); }
H1.HeaderClassName
{
color: #C2744D;
}
.AnyTagClassName
{
color: #C2744D;
}
</style>
background-color css
<style>
a { background-color: #C2744D; }
a { background-color: rgb(194,116,77); }
div.DivClassName
{
background-color: #C2744D;
}
.BgClassName
{
background-color: #C2744D;
}
</style>
border-color css
<style>
span { border-color: #C2744D; }
span { border-color: rgb(194,116,77); }
td.TdClassName
{
border-color: #C2744D;
}
.TagClassName
{
border-color: #C2744D;
}
</style>