#D47345

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

Shades of Red Damask #D47345

Tints of Red Damask #D47345

Color information

#D47345 (or 0xD47345) is unknown color: approx Red Damask. HEX triplet: D4, 73 and 45. RGB value is (212,115,69). Sum of RGB (Red+Green+Blue) = 212+115+69=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D47345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47345 is #2B8CBA. Grayscale: #8B8B8B. Windows color (decimal): -2854075 or 4551636. OLE color: 4551636.

HSL color Cylindrical-coordinate representation of color #D47345: hue angle of 19.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D47345 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21211569-
CMYK00.460.670.17
HSL19.3º62.45%55.1%-
HSV(B)19.3º67.45%83.14%-
XYZ34.3626.698.97-
YUV138.7688.64180.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.54%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 69 (27.34% from 255) = 17.42%
R=53.54%
G=29.04%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121156900.460.670.1719.362.4555.1
HexD4734502E4311133e37
Octal32416310505610321237667
Binary1101010011100111000101010111010000111000110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47345; }

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

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

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

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

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

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

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

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