Shades of Red Damask #D26C44
Tints of Red Damask #D26C44
RGB
CMYK
RGB Variations
Color information
#D26C44 (or 0xD26C44) is known color: Red Damask. HEX triplet: D2, 6C and 44. RGB value is (210,108,68). Sum of RGB (Red+Green+Blue) = 210+108+68=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C44 is #2D93BB. Grayscale: #868686. Windows color (decimal): -2986940 or 4484306. OLE color: 4484306.
HSL color Cylindrical-coordinate representation of color #D26C44: hue angle of 16.9º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D26C44 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 68 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.18 |
| HSL | 16.9º | 0.61% | 0.55% | - |
| HSV(B) | 16.9º | 0.68% | 0.82% | - |
| XYZ | 32.98 | 24.84 | 8.53 | - |
| YUV | 133.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 68 | 0 | 0.49 | 0.68 | 0.18 | 16.9 | 0.61 | 0.55 |
| Hex | D2 | 6C | 44 | 0 | 31 | 44 | 12 | 11 | 3D | 37 |
| Octal | 322 | 154 | 104 | 0 | 61 | 104 | 22 | 21 | 75 | 67 |
| Binary | 11010010 | 1101100 | 1000100 | 0 | 110001 | 1000100 | 10010 | 10001 | 111101 | 110111 |
Color Harmonies of #D26C44
Complementary color
Monochromatic Colors of #D26C44
Black with #D26C44
Text Example
Text Example
White with #D26C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C44; }
p { color: rgb(210,108,68); }
H1.HeaderClassName
{
color: #D26C44;
}
.AnyTagClassName
{
color: #D26C44;
}
</style>
background-color css
<style>
a { background-color: #D26C44; }
a { background-color: rgb(210,108,68); }
div.DivClassName
{
background-color: #D26C44;
}
.BgClassName
{
background-color: #D26C44;
}
</style>
border-color css
<style>
span { border-color: #D26C44; }
span { border-color: rgb(210,108,68); }
td.TdClassName
{
border-color: #D26C44;
}
.TagClassName
{
border-color: #D26C44;
}
</style>