#D17448

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

Shades of Red Damask #D17448

Tints of Red Damask #D17448

Color information

#D17448 (or 0xD17448) is unknown color: approx Red Damask. HEX triplet: D1, 74 and 48. RGB value is (209,116,72). Sum of RGB (Red+Green+Blue) = 209+116+72=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D17448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17448 is #2E8BB7. Grayscale: #8B8B8B. Windows color (decimal): -3050424 or 4748497. OLE color: 4748497.

HSL color Cylindrical-coordinate representation of color #D17448: hue angle of 19.27º 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 #D17448 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB20911672-
CMYK00.440.660.18
HSL19.27º59.83%55.1%-
HSV(B)19.27º65.55%81.96%-
XYZ33.7126.519.47-
YUV138.7990.31178.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.64%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=52.64%
G=29.22%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091167200.440.660.1819.2759.8355.1
HexD1744802C4212133c37
Octal32116411005410222237467
Binary1101000111101001001000010110010000101001010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17448; }

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

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

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

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

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

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

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

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