Shades of Red Damask #D26F44
Tints of Red Damask #D26F44
RGB
CMYK
RGB Variations
Color information
#D26F44 (or 0xD26F44) is known color: Red Damask. HEX triplet: D2, 6F and 44. RGB value is (210,111,68). Sum of RGB (Red+Green+Blue) = 210+111+68=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26F44 is #2D90BB. Grayscale: #878787. Windows color (decimal): -2986172 or 4485074. OLE color: 4485074.
HSL color Cylindrical-coordinate representation of color #D26F44: hue angle of 18.17º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D26F44 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 68 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.18 |
| HSL | 18.17º | 0.61% | 0.55% | - |
| HSV(B) | 18.17º | 0.68% | 0.82% | - |
| XYZ | 33.31 | 25.49 | 8.63 | - |
| YUV | 135.7 | 89.8 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 68 | 0 | 0.47 | 0.68 | 0.18 | 18.17 | 0.61 | 0.55 |
| Hex | D2 | 6F | 44 | 0 | 2F | 44 | 12 | 12 | 3D | 37 |
| Octal | 322 | 157 | 104 | 0 | 57 | 104 | 22 | 22 | 75 | 67 |
| Binary | 11010010 | 1101111 | 1000100 | 0 | 101111 | 1000100 | 10010 | 10010 | 111101 | 110111 |
Color Harmonies of #D26F44
Complementary color
Monochromatic Colors of #D26F44
Black with #D26F44
Text Example
Text Example
White with #D26F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F44; }
p { color: rgb(210,111,68); }
H1.HeaderClassName
{
color: #D26F44;
}
.AnyTagClassName
{
color: #D26F44;
}
</style>
background-color css
<style>
a { background-color: #D26F44; }
a { background-color: rgb(210,111,68); }
div.DivClassName
{
background-color: #D26F44;
}
.BgClassName
{
background-color: #D26F44;
}
</style>
border-color css
<style>
span { border-color: #D26F44; }
span { border-color: rgb(210,111,68); }
td.TdClassName
{
border-color: #D26F44;
}
.TagClassName
{
border-color: #D26F44;
}
</style>