Shades of Red Damask #D2744A
Tints of Red Damask #D2744A
RGB
CMYK
RGB Variations
Color information
#D2744A (or 0xD2744A) is known color: Red Damask. HEX triplet: D2, 74 and 4A. RGB value is (210,116,74). Sum of RGB (Red+Green+Blue) = 210+116+74=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2744A is #2D8BB5. Grayscale: #8B8B8B. Windows color (decimal): -2984886 or 4879570. OLE color: 4879570.
HSL color Cylindrical-coordinate representation of color #D2744A: hue angle of 18.53º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2744A is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 74 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.18 |
| HSL | 18.53º | 0.6% | 0.56% | - |
| HSV(B) | 18.53º | 0.65% | 0.82% | - |
| XYZ | 34.06 | 26.69 | 9.83 | - |
| YUV | 139.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 74 | 0 | 0.45 | 0.65 | 0.18 | 18.53 | 0.6 | 0.56 |
| Hex | D2 | 74 | 4A | 0 | 2D | 41 | 12 | 13 | 3C | 38 |
| Octal | 322 | 164 | 112 | 0 | 55 | 101 | 22 | 23 | 74 | 70 |
| Binary | 11010010 | 1110100 | 1001010 | 0 | 101101 | 1000001 | 10010 | 10011 | 111100 | 111000 |
Color Harmonies of #D2744A
Complementary color
Monochromatic Colors of #D2744A
Black with #D2744A
Text Example
Text Example
White with #D2744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2744A; }
p { color: rgb(210,116,74); }
H1.HeaderClassName
{
color: #D2744A;
}
.AnyTagClassName
{
color: #D2744A;
}
</style>
background-color css
<style>
a { background-color: #D2744A; }
a { background-color: rgb(210,116,74); }
div.DivClassName
{
background-color: #D2744A;
}
.BgClassName
{
background-color: #D2744A;
}
</style>
border-color css
<style>
span { border-color: #D2744A; }
span { border-color: rgb(210,116,74); }
td.TdClassName
{
border-color: #D2744A;
}
.TagClassName
{
border-color: #D2744A;
}
</style>