#d17040

Color #D17040 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #D17040

Tints of Red Damask #D17040

Color information

#D17040 (or 0xD17040) is unknown color: approx Red Damask. HEX triplet: D1, 70 and 40. RGB value is (209,112,64). Sum of RGB (Red+Green+Blue) = 209+112+64=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D17040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17040 is #2E8FBF. Grayscale: #878787. Windows color (decimal): -3051456 or 4223185. OLE color: 4223185.

HSL color Cylindrical-coordinate representation of color #D17040: hue angle of 19.86º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D17040 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB20911264-
CMYK00.460.690.18
HSL19.86º61.18%53.53%-
HSV(B)19.86º69.38%81.96%-
XYZ33.0125.518.04-
YUV135.5387.64180.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=54.29%
G=29.09%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091126400.460.690.1819.8661.1853.53
HexD1704002E4512143d36
Octal32116010005610522247566
Binary1101000111100001000000010111010001011001010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d17040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d17040; }

 p { color: rgb(209,112,64); }

 H1.HeaderClassName
 {
   color: #d17040;
 }
 .AnyTagClassName
 {
   color: #d17040;
 }
</style>
background-color css

<style>
 a { background-color: #d17040; }

 a { background-color: rgb(209,112,64); }

 div.DivClassName
 {
   background-color: #d17040;
 }
 .BgClassName
 {
   background-color: #d17040;
 }
</style>
border-color css

<style>
 span { border-color: #d17040; }

 span { border-color: rgb(209,112,64); }

 td.TdClassName
 {
   border-color: #d17040;
 }
 .TagClassName
 {
   border-color: #d17040;
 }
</style>