Shades of Red Damask #D26C4F
Tints of Red Damask #D26C4F
RGB
CMYK
RGB Variations
Color information
#D26C4F (or 0xD26C4F) is known color: Red Damask. HEX triplet: D2, 6C and 4F. RGB value is (210,108,79). Sum of RGB (Red+Green+Blue) = 210+108+79=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C4F is #2D93B0. Grayscale: #878787. Windows color (decimal): -2986929 or 5205202. OLE color: 5205202.
HSL color Cylindrical-coordinate representation of color #D26C4F: hue angle of 13.28º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D26C4F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 79 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.18 |
| HSL | 13.28º | 0.59% | 0.57% | - |
| HSV(B) | 13.28º | 0.62% | 0.82% | - |
| XYZ | 33.35 | 24.99 | 10.46 | - |
| YUV | 135.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 79 | 0 | 0.49 | 0.62 | 0.18 | 13.28 | 0.59 | 0.57 |
| Hex | D2 | 6C | 4F | 0 | 31 | 3E | 12 | D | 3B | 39 |
| Octal | 322 | 154 | 117 | 0 | 61 | 76 | 22 | 15 | 73 | 71 |
| Binary | 11010010 | 1101100 | 1001111 | 0 | 110001 | 111110 | 10010 | 1101 | 111011 | 111001 |
Color Harmonies of #D26C4F
Complementary color
Monochromatic Colors of #D26C4F
Black with #D26C4F
Text Example
Text Example
White with #D26C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C4F; }
p { color: rgb(210,108,79); }
H1.HeaderClassName
{
color: #D26C4F;
}
.AnyTagClassName
{
color: #D26C4F;
}
</style>
background-color css
<style>
a { background-color: #D26C4F; }
a { background-color: rgb(210,108,79); }
div.DivClassName
{
background-color: #D26C4F;
}
.BgClassName
{
background-color: #D26C4F;
}
</style>
border-color css
<style>
span { border-color: #D26C4F; }
span { border-color: rgb(210,108,79); }
td.TdClassName
{
border-color: #D26C4F;
}
.TagClassName
{
border-color: #D26C4F;
}
</style>