Shades of Red Damask #D26941
Tints of Red Damask #D26941
RGB
CMYK
RGB Variations
Color information
#D26941 (or 0xD26941) is known color: Red Damask. HEX triplet: D2, 69 and 41. RGB value is (210,105,65). Sum of RGB (Red+Green+Blue) = 210+105+65=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D26941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26941 is #2D96BE. Grayscale: #848484. Windows color (decimal): -2987711 or 4286930. OLE color: 4286930.
HSL color Cylindrical-coordinate representation of color #D26941: hue angle of 16.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D26941 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 65 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.18 |
| HSL | 16.55º | 0.62% | 0.54% | - |
| HSV(B) | 16.55º | 0.69% | 0.82% | - |
| XYZ | 32.58 | 24.19 | 7.95 | - |
| YUV | 131.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 65 | 0 | 0.50 | 0.69 | 0.18 | 16.55 | 0.62 | 0.54 |
| Hex | D2 | 69 | 41 | 0 | 32 | 45 | 12 | 11 | 3E | 36 |
| Octal | 322 | 151 | 101 | 0 | 62 | 105 | 22 | 21 | 76 | 66 |
| Binary | 11010010 | 1101001 | 1000001 | 0 | 110010 | 1000101 | 10010 | 10001 | 111110 | 110110 |
Color Harmonies of #D26941
Complementary color
Monochromatic Colors of #D26941
Black with #D26941
Text Example
Text Example
White with #D26941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26941; }
p { color: rgb(210,105,65); }
H1.HeaderClassName
{
color: #D26941;
}
.AnyTagClassName
{
color: #D26941;
}
</style>
background-color css
<style>
a { background-color: #D26941; }
a { background-color: rgb(210,105,65); }
div.DivClassName
{
background-color: #D26941;
}
.BgClassName
{
background-color: #D26941;
}
</style>
border-color css
<style>
span { border-color: #D26941; }
span { border-color: rgb(210,105,65); }
td.TdClassName
{
border-color: #D26941;
}
.TagClassName
{
border-color: #D26941;
}
</style>