Shades of Red Damask #D2664A
Tints of Red Damask #D2664A
RGB
CMYK
RGB Variations
Color information
#D2664A (or 0xD2664A) is known color: Red Damask. HEX triplet: D2, 66 and 4A. RGB value is (210,102,74). Sum of RGB (Red+Green+Blue) = 210+102+74=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2664A is #2D99B5. Grayscale: #838383. Windows color (decimal): -2988470 or 4875986. OLE color: 4875986.
HSL color Cylindrical-coordinate representation of color #D2664A: hue angle of 12.35º 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 #D2664A is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 74 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.18 |
| HSL | 12.35º | 0.6% | 0.56% | - |
| HSV(B) | 12.35º | 0.65% | 0.82% | - |
| XYZ | 32.57 | 23.7 | 9.34 | - |
| YUV | 131.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 74 | 0 | 0.51 | 0.65 | 0.18 | 12.35 | 0.6 | 0.56 |
| Hex | D2 | 66 | 4A | 0 | 33 | 41 | 12 | C | 3C | 38 |
| Octal | 322 | 146 | 112 | 0 | 63 | 101 | 22 | 14 | 74 | 70 |
| Binary | 11010010 | 1100110 | 1001010 | 0 | 110011 | 1000001 | 10010 | 1100 | 111100 | 111000 |
Color Harmonies of #D2664A
Complementary color
Monochromatic Colors of #D2664A
Black with #D2664A
Text Example
Text Example
White with #D2664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2664A; }
p { color: rgb(210,102,74); }
H1.HeaderClassName
{
color: #D2664A;
}
.AnyTagClassName
{
color: #D2664A;
}
</style>
background-color css
<style>
a { background-color: #D2664A; }
a { background-color: rgb(210,102,74); }
div.DivClassName
{
background-color: #D2664A;
}
.BgClassName
{
background-color: #D2664A;
}
</style>
border-color css
<style>
span { border-color: #D2664A; }
span { border-color: rgb(210,102,74); }
td.TdClassName
{
border-color: #D2664A;
}
.TagClassName
{
border-color: #D2664A;
}
</style>