#D2704F

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

Shades of Red Damask #D2704F

Tints of Red Damask #D2704F

Color information

#D2704F (or 0xD2704F) is unknown color: approx Red Damask. HEX triplet: D2, 70 and 4F. RGB value is (210,112,79). Sum of RGB (Red+Green+Blue) = 210+112+79=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2704F is #2D8FB0. Grayscale: #898989. Windows color (decimal): -2985905 or 5206226. OLE color: 5206226.

HSL color Cylindrical-coordinate representation of color #D2704F: hue angle of 15.11º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2704F is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB21011279-
CMYK00.470.620.18
HSL15.11º59.28%56.67%-
HSV(B)15.11º62.38%82.35%-
XYZ33.7825.8510.61-
YUV137.5494.97179.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.37%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 79 (31.25% from 255) = 19.70%
R=52.37%
G=27.93%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101127900.470.620.1815.1159.2856.67
HexD2704F02F3E12f3b39
Octal3221601170577622177371
Binary11010010111000010011110101111111110100101111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2704F; }

 p { color: rgb(210,112,79); }

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

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

 a { background-color: rgb(210,112,79); }

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

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

 span { border-color: rgb(210,112,79); }

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