Shades of Red Damask #D26A47
Tints of Red Damask #D26A47
RGB
CMYK
RGB Variations
Color information
#D26A47 (or 0xD26A47) is known color: Red Damask. HEX triplet: D2, 6A and 47. RGB value is (210,106,71). Sum of RGB (Red+Green+Blue) = 210+106+71=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A47 is #2D95B8. Grayscale: #858585. Windows color (decimal): -2987449 or 4680402. OLE color: 4680402.
HSL color Cylindrical-coordinate representation of color #D26A47: hue angle of 15.11º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D26A47 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 71 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.18 |
| HSL | 15.11º | 0.61% | 0.55% | - |
| HSV(B) | 15.11º | 0.66% | 0.82% | - |
| XYZ | 32.87 | 24.46 | 8.95 | - |
| YUV | 133.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 71 | 0 | 0.50 | 0.66 | 0.18 | 15.11 | 0.61 | 0.55 |
| Hex | D2 | 6A | 47 | 0 | 32 | 42 | 12 | F | 3D | 37 |
| Octal | 322 | 152 | 107 | 0 | 62 | 102 | 22 | 17 | 75 | 67 |
| Binary | 11010010 | 1101010 | 1000111 | 0 | 110010 | 1000010 | 10010 | 1111 | 111101 | 110111 |
Color Harmonies of #D26A47
Complementary color
Monochromatic Colors of #D26A47
Black with #D26A47
Text Example
Text Example
White with #D26A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A47; }
p { color: rgb(210,106,71); }
H1.HeaderClassName
{
color: #D26A47;
}
.AnyTagClassName
{
color: #D26A47;
}
</style>
background-color css
<style>
a { background-color: #D26A47; }
a { background-color: rgb(210,106,71); }
div.DivClassName
{
background-color: #D26A47;
}
.BgClassName
{
background-color: #D26A47;
}
</style>
border-color css
<style>
span { border-color: #D26A47; }
span { border-color: rgb(210,106,71); }
td.TdClassName
{
border-color: #D26A47;
}
.TagClassName
{
border-color: #D26A47;
}
</style>