Shades of Red Damask #D46D4A
Tints of Red Damask #D46D4A
RGB
CMYK
RGB Variations
Color information
#D46D4A (or 0xD46D4A) is known color: Red Damask. HEX triplet: D4, 6D and 4A. RGB value is (212,109,74). Sum of RGB (Red+Green+Blue) = 212+109+74=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46D4A is #2B92B5. Grayscale: #888888. Windows color (decimal): -2855606 or 4877780. OLE color: 4877780.
HSL color Cylindrical-coordinate representation of color #D46D4A: hue angle of 15.22º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D46D4A is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 74 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.17 |
| HSL | 15.22º | 0.62% | 0.56% | - |
| HSV(B) | 15.22º | 0.65% | 0.83% | - |
| XYZ | 33.86 | 25.43 | 9.6 | - |
| YUV | 135.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 74 | 0 | 0.49 | 0.65 | 0.17 | 15.22 | 0.62 | 0.56 |
| Hex | D4 | 6D | 4A | 0 | 31 | 41 | 11 | F | 3E | 38 |
| Octal | 324 | 155 | 112 | 0 | 61 | 101 | 21 | 17 | 76 | 70 |
| Binary | 11010100 | 1101101 | 1001010 | 0 | 110001 | 1000001 | 10001 | 1111 | 111110 | 111000 |
Color Harmonies of #D46D4A
Complementary color
Monochromatic Colors of #D46D4A
Black with #D46D4A
Text Example
Text Example
White with #D46D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D4A; }
p { color: rgb(212,109,74); }
H1.HeaderClassName
{
color: #D46D4A;
}
.AnyTagClassName
{
color: #D46D4A;
}
</style>
background-color css
<style>
a { background-color: #D46D4A; }
a { background-color: rgb(212,109,74); }
div.DivClassName
{
background-color: #D46D4A;
}
.BgClassName
{
background-color: #D46D4A;
}
</style>
border-color css
<style>
span { border-color: #D46D4A; }
span { border-color: rgb(212,109,74); }
td.TdClassName
{
border-color: #D46D4A;
}
.TagClassName
{
border-color: #D46D4A;
}
</style>