Shades of Red Damask #D26B4F
Tints of Red Damask #D26B4F
RGB
CMYK
RGB Variations
Color information
#D26B4F (or 0xD26B4F) is known color: Red Damask. HEX triplet: D2, 6B and 4F. RGB value is (210,107,79). Sum of RGB (Red+Green+Blue) = 210+107+79=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26B4F is #2D94B0. Grayscale: #868686. Windows color (decimal): -2987185 or 5204946. OLE color: 5204946.
HSL color Cylindrical-coordinate representation of color #D26B4F: hue angle of 12.82º 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 #D26B4F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 79 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.18 |
| HSL | 12.82º | 0.59% | 0.57% | - |
| HSV(B) | 12.82º | 0.62% | 0.82% | - |
| XYZ | 33.25 | 24.78 | 10.43 | - |
| YUV | 134.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 79 | 0 | 0.49 | 0.62 | 0.18 | 12.82 | 0.59 | 0.57 |
| Hex | D2 | 6B | 4F | 0 | 31 | 3E | 12 | D | 3B | 39 |
| Octal | 322 | 153 | 117 | 0 | 61 | 76 | 22 | 15 | 73 | 71 |
| Binary | 11010010 | 1101011 | 1001111 | 0 | 110001 | 111110 | 10010 | 1101 | 111011 | 111001 |
Color Harmonies of #D26B4F
Complementary color
Monochromatic Colors of #D26B4F
Black with #D26B4F
Text Example
Text Example
White with #D26B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26B4F; }
p { color: rgb(210,107,79); }
H1.HeaderClassName
{
color: #D26B4F;
}
.AnyTagClassName
{
color: #D26B4F;
}
</style>
background-color css
<style>
a { background-color: #D26B4F; }
a { background-color: rgb(210,107,79); }
div.DivClassName
{
background-color: #D26B4F;
}
.BgClassName
{
background-color: #D26B4F;
}
</style>
border-color css
<style>
span { border-color: #D26B4F; }
span { border-color: rgb(210,107,79); }
td.TdClassName
{
border-color: #D26B4F;
}
.TagClassName
{
border-color: #D26B4F;
}
</style>