#d3714c

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

Shades of Red Damask #D3714C

Tints of Red Damask #D3714C

Color information

#D3714C (or 0xD3714C) is unknown color: approx Red Damask. HEX triplet: D3, 71 and 4C. RGB value is (211,113,76). Sum of RGB (Red+Green+Blue) = 211+113+76=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3714C is #2C8EB3. Grayscale: #8A8A8A. Windows color (decimal): -2920116 or 5009875. OLE color: 5009875.

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

Color convert

RGB21111376-
CMYK00.460.640.17
HSL16.44º60.54%56.27%-
HSV(B)16.44º63.98%82.75%-
XYZ34.0726.1810.1-
YUV138.0892.97180.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.75%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 76 (30.08% from 255) = 19%
R=52.75%
G=28.25%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111137600.460.640.1716.4460.5456.27
HexD3714C02E4011103d38
Octal32316111405610021207570
Binary1101001111100011001100010111010000001000110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3714c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3714c; }

 p { color: rgb(211,113,76); }

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

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

 a { background-color: rgb(211,113,76); }

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

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

 span { border-color: rgb(211,113,76); }

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