#D3724D

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

Shades of Red Damask #D3724D

Tints of Red Damask #D3724D

Color information

#D3724D (or 0xD3724D) is unknown color: approx Red Damask. HEX triplet: D3, 72 and 4D. RGB value is (211,114,77). Sum of RGB (Red+Green+Blue) = 211+114+77=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3724D is #2C8DB2. Grayscale: #8B8B8B. Windows color (decimal): -2919859 or 5075667. OLE color: 5075667.

HSL color Cylindrical-coordinate representation of color #D3724D: hue angle of 16.57º degrees, saturation: 0.6, 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 #D3724D is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB21111477-
CMYK00.460.640.17
HSL16.57º60.36%56.47%-
HSV(B)16.57º63.51%82.75%-
XYZ34.2226.4210.32-
YUV138.7893.14179.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.49%
GREEN value IS 114 (44.92% from 255) = 28.36%
BLUE value IS 77 (30.47% from 255) = 19.15%
R=52.49%
G=28.36%
B=19.15%

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
Decimal2111147700.460.640.1716.5760.3656.47
HexD3724D02E4011113c38
Octal32316211505610021217470
Binary1101001111100101001101010111010000001000110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3724D; }

 p { color: rgb(211,114,77); }

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

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

 a { background-color: rgb(211,114,77); }

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

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

 span { border-color: rgb(211,114,77); }

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