Shades of Red Damask #D26F45
Tints of Red Damask #D26F45
RGB
CMYK
RGB Variations
Color information
#D26F45 (or 0xD26F45) is known color: Red Damask. HEX triplet: D2, 6F and 45. RGB value is (210,111,69). Sum of RGB (Red+Green+Blue) = 210+111+69=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26F45 is #2D90BA. Grayscale: #888888. Windows color (decimal): -2986171 or 4550610. OLE color: 4550610.
HSL color Cylindrical-coordinate representation of color #D26F45: hue angle of 17.87º 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 #D26F45 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 69 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.18 |
| HSL | 17.87º | 0.61% | 0.55% | - |
| HSV(B) | 17.87º | 0.67% | 0.82% | - |
| XYZ | 33.34 | 25.5 | 8.8 | - |
| YUV | 135.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 69 | 0 | 0.47 | 0.67 | 0.18 | 17.87 | 0.61 | 0.55 |
| Hex | D2 | 6F | 45 | 0 | 2F | 43 | 12 | 12 | 3D | 37 |
| Octal | 322 | 157 | 105 | 0 | 57 | 103 | 22 | 22 | 75 | 67 |
| Binary | 11010010 | 1101111 | 1000101 | 0 | 101111 | 1000011 | 10010 | 10010 | 111101 | 110111 |
Color Harmonies of #D26F45
Complementary color
Monochromatic Colors of #D26F45
Black with #D26F45
Text Example
Text Example
White with #D26F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F45; }
p { color: rgb(210,111,69); }
H1.HeaderClassName
{
color: #D26F45;
}
.AnyTagClassName
{
color: #D26F45;
}
</style>
background-color css
<style>
a { background-color: #D26F45; }
a { background-color: rgb(210,111,69); }
div.DivClassName
{
background-color: #D26F45;
}
.BgClassName
{
background-color: #D26F45;
}
</style>
border-color css
<style>
span { border-color: #D26F45; }
span { border-color: rgb(210,111,69); }
td.TdClassName
{
border-color: #D26F45;
}
.TagClassName
{
border-color: #D26F45;
}
</style>