Shades of Red Damask #D26843
Tints of Red Damask #D26843
RGB
CMYK
RGB Variations
Color information
#D26843 (or 0xD26843) is known color: Red Damask. HEX triplet: D2, 68 and 43. RGB value is (210,104,67). Sum of RGB (Red+Green+Blue) = 210+104+67=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D26843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26843 is #2D97BC. Grayscale: #838383. Windows color (decimal): -2987965 or 4417746. OLE color: 4417746.
HSL color Cylindrical-coordinate representation of color #D26843: hue angle of 15.52º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D26843 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 67 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.18 |
| HSL | 15.52º | 0.61% | 0.54% | - |
| HSV(B) | 15.52º | 0.68% | 0.82% | - |
| XYZ | 32.54 | 24.01 | 8.23 | - |
| YUV | 131.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 67 | 0 | 0.50 | 0.68 | 0.18 | 15.52 | 0.61 | 0.54 |
| Hex | D2 | 68 | 43 | 0 | 32 | 44 | 12 | 10 | 3D | 36 |
| Octal | 322 | 150 | 103 | 0 | 62 | 104 | 22 | 20 | 75 | 66 |
| Binary | 11010010 | 1101000 | 1000011 | 0 | 110010 | 1000100 | 10010 | 10000 | 111101 | 110110 |
Color Harmonies of #D26843
Complementary color
Monochromatic Colors of #D26843
Black with #D26843
Text Example
Text Example
White with #D26843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26843; }
p { color: rgb(210,104,67); }
H1.HeaderClassName
{
color: #D26843;
}
.AnyTagClassName
{
color: #D26843;
}
</style>
background-color css
<style>
a { background-color: #D26843; }
a { background-color: rgb(210,104,67); }
div.DivClassName
{
background-color: #D26843;
}
.BgClassName
{
background-color: #D26843;
}
</style>
border-color css
<style>
span { border-color: #D26843; }
span { border-color: rgb(210,104,67); }
td.TdClassName
{
border-color: #D26843;
}
.TagClassName
{
border-color: #D26843;
}
</style>