Shades of Red Damask #D27447
Tints of Red Damask #D27447
RGB
CMYK
RGB Variations
Color information
#D27447 (or 0xD27447) is known color: Red Damask. HEX triplet: D2, 74 and 47. RGB value is (210,116,71). Sum of RGB (Red+Green+Blue) = 210+116+71=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D27447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27447 is #2D8BB8. Grayscale: #8B8B8B. Windows color (decimal): -2984889 or 4682962. OLE color: 4682962.
HSL color Cylindrical-coordinate representation of color #D27447: hue angle of 19.42º 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 #D27447 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 71 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.18 |
| HSL | 19.42º | 0.61% | 0.55% | - |
| HSV(B) | 19.42º | 0.66% | 0.82% | - |
| XYZ | 33.96 | 26.65 | 9.31 | - |
| YUV | 138.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 71 | 0 | 0.45 | 0.66 | 0.18 | 19.42 | 0.61 | 0.55 |
| Hex | D2 | 74 | 47 | 0 | 2D | 42 | 12 | 13 | 3D | 37 |
| Octal | 322 | 164 | 107 | 0 | 55 | 102 | 22 | 23 | 75 | 67 |
| Binary | 11010010 | 1110100 | 1000111 | 0 | 101101 | 1000010 | 10010 | 10011 | 111101 | 110111 |
Color Harmonies of #D27447
Complementary color
Monochromatic Colors of #D27447
Black with #D27447
Text Example
Text Example
White with #D27447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27447; }
p { color: rgb(210,116,71); }
H1.HeaderClassName
{
color: #D27447;
}
.AnyTagClassName
{
color: #D27447;
}
</style>
background-color css
<style>
a { background-color: #D27447; }
a { background-color: rgb(210,116,71); }
div.DivClassName
{
background-color: #D27447;
}
.BgClassName
{
background-color: #D27447;
}
</style>
border-color css
<style>
span { border-color: #D27447; }
span { border-color: rgb(210,116,71); }
td.TdClassName
{
border-color: #D27447;
}
.TagClassName
{
border-color: #D27447;
}
</style>