#D0714F

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

Shades of Red Damask #D0714F

Tints of Red Damask #D0714F

Color information

#D0714F (or 0xD0714F) is unknown color: approx Red Damask. HEX triplet: D0, 71 and 4F. RGB value is (208,113,79). Sum of RGB (Red+Green+Blue) = 208+113+79=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0714F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0714F is #2F8EB0. Grayscale: #898989. Windows color (decimal): -3116721 or 5206480. OLE color: 5206480.

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

Color convert

RGB20811379-
CMYK00.460.620.18
HSL15.81º57.85%56.27%-
HSV(B)15.81º62.02%81.57%-
XYZ33.3325.7810.62-
YUV137.5394.97178.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 79 (31.25% from 255) = 19.75%
R=52%
G=28.25%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081137900.460.620.1815.8157.8556.27
HexD0714F02E3E12103a38
Octal3201611170567622207270
Binary110100001110001100111101011101111101001010000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0714F; }

 p { color: rgb(208,113,79); }

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

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

 a { background-color: rgb(208,113,79); }

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

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

 span { border-color: rgb(208,113,79); }

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