Shades of Red Damask #D26846
Tints of Red Damask #D26846
RGB
CMYK
RGB Variations
Color information
#D26846 (or 0xD26846) is known color: Red Damask. HEX triplet: D2, 68 and 46. RGB value is (210,104,70). Sum of RGB (Red+Green+Blue) = 210+104+70=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D26846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26846 is #2D97B9. Grayscale: #848484. Windows color (decimal): -2987962 or 4614354. OLE color: 4614354.
HSL color Cylindrical-coordinate representation of color #D26846: hue angle of 14.57º 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 #D26846 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 70 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.18 |
| HSL | 14.57º | 0.61% | 0.55% | - |
| HSV(B) | 14.57º | 0.67% | 0.82% | - |
| XYZ | 32.63 | 24.04 | 8.72 | - |
| YUV | 131.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 70 | 0 | 0.50 | 0.67 | 0.18 | 14.57 | 0.61 | 0.55 |
| Hex | D2 | 68 | 46 | 0 | 32 | 43 | 12 | F | 3D | 37 |
| Octal | 322 | 150 | 106 | 0 | 62 | 103 | 22 | 17 | 75 | 67 |
| Binary | 11010010 | 1101000 | 1000110 | 0 | 110010 | 1000011 | 10010 | 1111 | 111101 | 110111 |
Color Harmonies of #D26846
Complementary color
Monochromatic Colors of #D26846
Black with #D26846
Text Example
Text Example
White with #D26846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26846; }
p { color: rgb(210,104,70); }
H1.HeaderClassName
{
color: #D26846;
}
.AnyTagClassName
{
color: #D26846;
}
</style>
background-color css
<style>
a { background-color: #D26846; }
a { background-color: rgb(210,104,70); }
div.DivClassName
{
background-color: #D26846;
}
.BgClassName
{
background-color: #D26846;
}
</style>
border-color css
<style>
span { border-color: #D26846; }
span { border-color: rgb(210,104,70); }
td.TdClassName
{
border-color: #D26846;
}
.TagClassName
{
border-color: #D26846;
}
</style>