Shades of Red Damask #D46C48
Tints of Red Damask #D46C48
RGB
CMYK
RGB Variations
Color information
#D46C48 (or 0xD46C48) is known color: Red Damask. HEX triplet: D4, 6C and 48. RGB value is (212,108,72). Sum of RGB (Red+Green+Blue) = 212+108+72=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C48 is #2B93B7. Grayscale: #878787. Windows color (decimal): -2855864 or 4746452. OLE color: 4746452.
HSL color Cylindrical-coordinate representation of color #D46C48: hue angle of 15.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D46C48 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 72 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.17 |
| HSL | 15.43º | 0.62% | 0.56% | - |
| HSV(B) | 15.43º | 0.66% | 0.83% | - |
| XYZ | 33.68 | 25.19 | 9.22 | - |
| YUV | 134.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 72 | 0 | 0.49 | 0.66 | 0.17 | 15.43 | 0.62 | 0.56 |
| Hex | D4 | 6C | 48 | 0 | 31 | 42 | 11 | F | 3E | 38 |
| Octal | 324 | 154 | 110 | 0 | 61 | 102 | 21 | 17 | 76 | 70 |
| Binary | 11010100 | 1101100 | 1001000 | 0 | 110001 | 1000010 | 10001 | 1111 | 111110 | 111000 |
Color Harmonies of #D46C48
Complementary color
Monochromatic Colors of #D46C48
Black with #D46C48
Text Example
Text Example
White with #D46C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C48; }
p { color: rgb(212,108,72); }
H1.HeaderClassName
{
color: #D46C48;
}
.AnyTagClassName
{
color: #D46C48;
}
</style>
background-color css
<style>
a { background-color: #D46C48; }
a { background-color: rgb(212,108,72); }
div.DivClassName
{
background-color: #D46C48;
}
.BgClassName
{
background-color: #D46C48;
}
</style>
border-color css
<style>
span { border-color: #D46C48; }
span { border-color: rgb(212,108,72); }
td.TdClassName
{
border-color: #D46C48;
}
.TagClassName
{
border-color: #D46C48;
}
</style>