Shades of Red Damask #D47450
Tints of Red Damask #D47450
RGB
CMYK
RGB Variations
Color information
#D47450 (or 0xD47450) is known color: Red Damask. HEX triplet: D4, 74 and 50. RGB value is (212,116,80). Sum of RGB (Red+Green+Blue) = 212+116+80=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D47450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47450 is #2B8BAF. Grayscale: #8C8C8C. Windows color (decimal): -2853808 or 5272788. OLE color: 5272788.
HSL color Cylindrical-coordinate representation of color #D47450: hue angle of 16.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D47450 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 80 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.17 |
| HSL | 16.36º | 0.61% | 0.57% | - |
| HSV(B) | 16.36º | 0.62% | 0.83% | - |
| XYZ | 34.84 | 27.07 | 10.98 | - |
| YUV | 140.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 80 | 0 | 0.45 | 0.62 | 0.17 | 16.36 | 0.61 | 0.57 |
| Hex | D4 | 74 | 50 | 0 | 2D | 3E | 11 | 10 | 3D | 39 |
| Octal | 324 | 164 | 120 | 0 | 55 | 76 | 21 | 20 | 75 | 71 |
| Binary | 11010100 | 1110100 | 1010000 | 0 | 101101 | 111110 | 10001 | 10000 | 111101 | 111001 |
Color Harmonies of #D47450
Complementary color
Monochromatic Colors of #D47450
Black with #D47450
Text Example
Text Example
White with #D47450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47450; }
p { color: rgb(212,116,80); }
H1.HeaderClassName
{
color: #D47450;
}
.AnyTagClassName
{
color: #D47450;
}
</style>
background-color css
<style>
a { background-color: #D47450; }
a { background-color: rgb(212,116,80); }
div.DivClassName
{
background-color: #D47450;
}
.BgClassName
{
background-color: #D47450;
}
</style>
border-color css
<style>
span { border-color: #D47450; }
span { border-color: rgb(212,116,80); }
td.TdClassName
{
border-color: #D47450;
}
.TagClassName
{
border-color: #D47450;
}
</style>