#D16748

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

Shades of Red Damask #D16748

Tints of Red Damask #D16748

Color information

#D16748 (or 0xD16748) is unknown color: approx Red Damask. HEX triplet: D1, 67 and 48. RGB value is (209,103,72). Sum of RGB (Red+Green+Blue) = 209+103+72=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D16748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16748 is #2E98B7. Grayscale: #838383. Windows color (decimal): -3053752 or 4745169. OLE color: 4745169.

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

Color convert

RGB20910372-
CMYK00.510.660.18
HSL13.58º59.83%55.1%-
HSV(B)13.58º65.55%81.96%-
XYZ32.3123.729.01-
YUV131.1694.62183.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.43%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=54.43%
G=26.82%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091037200.510.660.1813.5859.8355.1
HexD167480334212e3c37
Octal32114711006310222167467
Binary110100011100111100100001100111000010100101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16748; }

 p { color: rgb(209,103,72); }

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

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

 a { background-color: rgb(209,103,72); }

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

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

 span { border-color: rgb(209,103,72); }

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