Shades of Red Damask #D67145
Tints of Red Damask #D67145
RGB
CMYK
RGB Variations
Color information
#D67145 (or 0xD67145) is known color: Red Damask. HEX triplet: D6, 71 and 45. RGB value is (214,113,69). Sum of RGB (Red+Green+Blue) = 214+113+69=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D67145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67145 is #298EBA. Grayscale: #8A8A8A. Windows color (decimal): -2723515 or 4551126. OLE color: 4551126.
HSL color Cylindrical-coordinate representation of color #D67145: hue angle of 18.21º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D67145 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 69 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.16 |
| HSL | 18.21º | 0.64% | 0.55% | - |
| HSV(B) | 18.21º | 0.68% | 0.84% | - |
| XYZ | 34.71 | 26.54 | 8.92 | - |
| YUV | 138.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 69 | 0 | 0.47 | 0.68 | 0.16 | 18.21 | 0.64 | 0.55 |
| Hex | D6 | 71 | 45 | 0 | 2F | 44 | 10 | 12 | 40 | 37 |
| Octal | 326 | 161 | 105 | 0 | 57 | 104 | 20 | 22 | 100 | 67 |
| Binary | 11010110 | 1110001 | 1000101 | 0 | 101111 | 1000100 | 10000 | 10010 | 1000000 | 110111 |
Color Harmonies of #D67145
Complementary color
Monochromatic Colors of #D67145
Black with #D67145
Text Example
Text Example
White with #D67145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67145; }
p { color: rgb(214,113,69); }
H1.HeaderClassName
{
color: #D67145;
}
.AnyTagClassName
{
color: #D67145;
}
</style>
background-color css
<style>
a { background-color: #D67145; }
a { background-color: rgb(214,113,69); }
div.DivClassName
{
background-color: #D67145;
}
.BgClassName
{
background-color: #D67145;
}
</style>
border-color css
<style>
span { border-color: #D67145; }
span { border-color: rgb(214,113,69); }
td.TdClassName
{
border-color: #D67145;
}
.TagClassName
{
border-color: #D67145;
}
</style>