Shades of Red Damask #C2714A
Tints of Red Damask #C2714A
RGB
CMYK
RGB Variations
Color information
#C2714A (or 0xC2714A) is known color: Red Damask. HEX triplet: C2, 71 and 4A. RGB value is (194,113,74). Sum of RGB (Red+Green+Blue) = 194+113+74=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2714A is #3D8EB5. Grayscale: #858585. Windows color (decimal): -4034230 or 4878786. OLE color: 4878786.
HSL color Cylindrical-coordinate representation of color #C2714A: hue angle of 19.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2714A is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 74 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.24 |
| HSL | 19.5º | 0.5% | 0.53% | - |
| HSV(B) | 19.5º | 0.62% | 0.76% | - |
| XYZ | 29.39 | 23.77 | 9.52 | - |
| YUV | 132.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 74 | 0 | 0.42 | 0.62 | 0.24 | 19.5 | 0.5 | 0.53 |
| Hex | C2 | 71 | 4A | 0 | 2A | 3E | 18 | 14 | 32 | 35 |
| Octal | 302 | 161 | 112 | 0 | 52 | 76 | 30 | 24 | 62 | 65 |
| Binary | 11000010 | 1110001 | 1001010 | 0 | 101010 | 111110 | 11000 | 10100 | 110010 | 110101 |
Color Harmonies of #C2714A
Complementary color
Monochromatic Colors of #C2714A
Black with #C2714A
Text Example
Text Example
White with #C2714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2714A; }
p { color: rgb(194,113,74); }
H1.HeaderClassName
{
color: #C2714A;
}
.AnyTagClassName
{
color: #C2714A;
}
</style>
background-color css
<style>
a { background-color: #C2714A; }
a { background-color: rgb(194,113,74); }
div.DivClassName
{
background-color: #C2714A;
}
.BgClassName
{
background-color: #C2714A;
}
</style>
border-color css
<style>
span { border-color: #C2714A; }
span { border-color: rgb(194,113,74); }
td.TdClassName
{
border-color: #C2714A;
}
.TagClassName
{
border-color: #C2714A;
}
</style>