Shades of Red Damask #D0744A
Tints of Red Damask #D0744A
RGB
CMYK
RGB Variations
Color information
#D0744A (or 0xD0744A) is known color: Red Damask. HEX triplet: D0, 74 and 4A. RGB value is (208,116,74). Sum of RGB (Red+Green+Blue) = 208+116+74=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0744A is #2F8BB5. Grayscale: #8A8A8A. Windows color (decimal): -3115958 or 4879568. OLE color: 4879568.
HSL color Cylindrical-coordinate representation of color #D0744A: hue angle of 18.81º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0744A is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 74 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.18 |
| HSL | 18.81º | 0.59% | 0.55% | - |
| HSV(B) | 18.81º | 0.64% | 0.82% | - |
| XYZ | 33.49 | 26.4 | 9.81 | - |
| YUV | 138.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 74 | 0 | 0.44 | 0.64 | 0.18 | 18.81 | 0.59 | 0.55 |
| Hex | D0 | 74 | 4A | 0 | 2C | 40 | 12 | 13 | 3B | 37 |
| Octal | 320 | 164 | 112 | 0 | 54 | 100 | 22 | 23 | 73 | 67 |
| Binary | 11010000 | 1110100 | 1001010 | 0 | 101100 | 1000000 | 10010 | 10011 | 111011 | 110111 |
Color Harmonies of #D0744A
Complementary color
Monochromatic Colors of #D0744A
Black with #D0744A
Text Example
Text Example
White with #D0744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0744A; }
p { color: rgb(208,116,74); }
H1.HeaderClassName
{
color: #D0744A;
}
.AnyTagClassName
{
color: #D0744A;
}
</style>
background-color css
<style>
a { background-color: #D0744A; }
a { background-color: rgb(208,116,74); }
div.DivClassName
{
background-color: #D0744A;
}
.BgClassName
{
background-color: #D0744A;
}
</style>
border-color css
<style>
span { border-color: #D0744A; }
span { border-color: rgb(208,116,74); }
td.TdClassName
{
border-color: #D0744A;
}
.TagClassName
{
border-color: #D0744A;
}
</style>