Shades of Red Damask #C3744E
Tints of Red Damask #C3744E
RGB
CMYK
RGB Variations
Color information
#C3744E (or 0xC3744E) is known color: Red Damask. HEX triplet: C3, 74 and 4E. RGB value is (195,116,78). Sum of RGB (Red+Green+Blue) = 195+116+78=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3744E is #3C8BB1. Grayscale: #878787. Windows color (decimal): -3967922 or 5141699. OLE color: 5141699.
HSL color Cylindrical-coordinate representation of color #C3744E: hue angle of 19.49º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3744E is Cyan = 0, Magento = 0.41, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 78 | - |
| CMYK | 0 | 0.41 | 0.6 | 0.24 |
| HSL | 19.49º | 0.49% | 0.54% | - |
| HSV(B) | 19.49º | 0.6% | 0.76% | - |
| XYZ | 30.13 | 24.64 | 10.38 | - |
| YUV | 135.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 78 | 0 | 0.41 | 0.6 | 0.24 | 19.49 | 0.49 | 0.54 |
| Hex | C3 | 74 | 4E | 0 | 29 | 3C | 18 | 13 | 31 | 36 |
| Octal | 303 | 164 | 116 | 0 | 51 | 74 | 30 | 23 | 61 | 66 |
| Binary | 11000011 | 1110100 | 1001110 | 0 | 101001 | 111100 | 11000 | 10011 | 110001 | 110110 |
Color Harmonies of #C3744E
Complementary color
Monochromatic Colors of #C3744E
Black with #C3744E
Text Example
Text Example
White with #C3744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3744E; }
p { color: rgb(195,116,78); }
H1.HeaderClassName
{
color: #C3744E;
}
.AnyTagClassName
{
color: #C3744E;
}
</style>
background-color css
<style>
a { background-color: #C3744E; }
a { background-color: rgb(195,116,78); }
div.DivClassName
{
background-color: #C3744E;
}
.BgClassName
{
background-color: #C3744E;
}
</style>
border-color css
<style>
span { border-color: #C3744E; }
span { border-color: rgb(195,116,78); }
td.TdClassName
{
border-color: #C3744E;
}
.TagClassName
{
border-color: #C3744E;
}
</style>