Shades of Red Damask #D26943
Tints of Red Damask #D26943
RGB
CMYK
RGB Variations
Color information
#D26943 (or 0xD26943) is known color: Red Damask. HEX triplet: D2, 69 and 43. RGB value is (210,105,67). Sum of RGB (Red+Green+Blue) = 210+105+67=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D26943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26943 is #2D96BC. Grayscale: #848484. Windows color (decimal): -2987709 or 4418002. OLE color: 4418002.
HSL color Cylindrical-coordinate representation of color #D26943: hue angle of 15.94º 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 #D26943 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 67 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.18 |
| HSL | 15.94º | 0.61% | 0.54% | - |
| HSV(B) | 15.94º | 0.68% | 0.82% | - |
| XYZ | 32.64 | 24.21 | 8.26 | - |
| YUV | 132.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 67 | 0 | 0.50 | 0.68 | 0.18 | 15.94 | 0.61 | 0.54 |
| Hex | D2 | 69 | 43 | 0 | 32 | 44 | 12 | 10 | 3D | 36 |
| Octal | 322 | 151 | 103 | 0 | 62 | 104 | 22 | 20 | 75 | 66 |
| Binary | 11010010 | 1101001 | 1000011 | 0 | 110010 | 1000100 | 10010 | 10000 | 111101 | 110110 |
Color Harmonies of #D26943
Complementary color
Monochromatic Colors of #D26943
Black with #D26943
Text Example
Text Example
White with #D26943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26943; }
p { color: rgb(210,105,67); }
H1.HeaderClassName
{
color: #D26943;
}
.AnyTagClassName
{
color: #D26943;
}
</style>
background-color css
<style>
a { background-color: #D26943; }
a { background-color: rgb(210,105,67); }
div.DivClassName
{
background-color: #D26943;
}
.BgClassName
{
background-color: #D26943;
}
</style>
border-color css
<style>
span { border-color: #D26943; }
span { border-color: rgb(210,105,67); }
td.TdClassName
{
border-color: #D26943;
}
.TagClassName
{
border-color: #D26943;
}
</style>