#D17345

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

Shades of Red Damask #D17345

Tints of Red Damask #D17345

Color information

#D17345 (or 0xD17345) is unknown color: approx Red Damask. HEX triplet: D1, 73 and 45. RGB value is (209,115,69). Sum of RGB (Red+Green+Blue) = 209+115+69=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D17345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17345 is #2E8CBA. Grayscale: #8A8A8A. Windows color (decimal): -3050683 or 4551633. OLE color: 4551633.

HSL color Cylindrical-coordinate representation of color #D17345: hue angle of 19.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D17345 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB20911569-
CMYK00.450.670.18
HSL19.71º60.34%54.51%-
HSV(B)19.71º66.99%81.96%-
XYZ33.526.258.93-
YUV137.8689.14178.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=53.18%
G=29.26%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091156900.450.670.1819.7160.3454.51
HexD1734502D4312143c37
Octal32116310505510322247467
Binary1101000111100111000101010110110000111001010100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17345; }

 p { color: rgb(209,115,69); }

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

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

 a { background-color: rgb(209,115,69); }

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

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

 span { border-color: rgb(209,115,69); }

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