Shades of Red Damask #D27149
Tints of Red Damask #D27149
RGB
CMYK
RGB Variations
Color information
#D27149 (or 0xD27149) is known color: Red Damask. HEX triplet: D2, 71 and 49. RGB value is (210,113,73). Sum of RGB (Red+Green+Blue) = 210+113+73=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D27149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27149 is #2D8EB6. Grayscale: #898989. Windows color (decimal): -2985655 or 4813266. OLE color: 4813266.
HSL color Cylindrical-coordinate representation of color #D27149: hue angle of 17.52º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D27149 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 73 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.18 |
| HSL | 17.52º | 0.6% | 0.55% | - |
| HSV(B) | 17.52º | 0.65% | 0.82% | - |
| XYZ | 33.69 | 25.99 | 9.55 | - |
| YUV | 137.44 | 91.64 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 73 | 0 | 0.46 | 0.65 | 0.18 | 17.52 | 0.6 | 0.55 |
| Hex | D2 | 71 | 49 | 0 | 2E | 41 | 12 | 12 | 3C | 37 |
| Octal | 322 | 161 | 111 | 0 | 56 | 101 | 22 | 22 | 74 | 67 |
| Binary | 11010010 | 1110001 | 1001001 | 0 | 101110 | 1000001 | 10010 | 10010 | 111100 | 110111 |
Color Harmonies of #D27149
Complementary color
Monochromatic Colors of #D27149
Black with #D27149
Text Example
Text Example
White with #D27149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27149; }
p { color: rgb(210,113,73); }
H1.HeaderClassName
{
color: #D27149;
}
.AnyTagClassName
{
color: #D27149;
}
</style>
background-color css
<style>
a { background-color: #D27149; }
a { background-color: rgb(210,113,73); }
div.DivClassName
{
background-color: #D27149;
}
.BgClassName
{
background-color: #D27149;
}
</style>
border-color css
<style>
span { border-color: #D27149; }
span { border-color: rgb(210,113,73); }
td.TdClassName
{
border-color: #D27149;
}
.TagClassName
{
border-color: #D27149;
}
</style>