Shades of Red Damask #D26945
Tints of Red Damask #D26945
RGB
CMYK
RGB Variations
Color information
#D26945 (or 0xD26945) is known color: Red Damask. HEX triplet: D2, 69 and 45. RGB value is (210,105,69). Sum of RGB (Red+Green+Blue) = 210+105+69=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D26945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26945 is #2D96BA. Grayscale: #848484. Windows color (decimal): -2987707 or 4549074. OLE color: 4549074.
HSL color Cylindrical-coordinate representation of color #D26945: hue angle of 15.32º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D26945 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 69 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.18 |
| HSL | 15.32º | 0.61% | 0.55% | - |
| HSV(B) | 15.32º | 0.67% | 0.82% | - |
| XYZ | 32.7 | 24.23 | 8.58 | - |
| YUV | 132.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 69 | 0 | 0.50 | 0.67 | 0.18 | 15.32 | 0.61 | 0.55 |
| Hex | D2 | 69 | 45 | 0 | 32 | 43 | 12 | F | 3D | 37 |
| Octal | 322 | 151 | 105 | 0 | 62 | 103 | 22 | 17 | 75 | 67 |
| Binary | 11010010 | 1101001 | 1000101 | 0 | 110010 | 1000011 | 10010 | 1111 | 111101 | 110111 |
Color Harmonies of #D26945
Complementary color
Monochromatic Colors of #D26945
Black with #D26945
Text Example
Text Example
White with #D26945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26945; }
p { color: rgb(210,105,69); }
H1.HeaderClassName
{
color: #D26945;
}
.AnyTagClassName
{
color: #D26945;
}
</style>
background-color css
<style>
a { background-color: #D26945; }
a { background-color: rgb(210,105,69); }
div.DivClassName
{
background-color: #D26945;
}
.BgClassName
{
background-color: #D26945;
}
</style>
border-color css
<style>
span { border-color: #D26945; }
span { border-color: rgb(210,105,69); }
td.TdClassName
{
border-color: #D26945;
}
.TagClassName
{
border-color: #D26945;
}
</style>