#D17250

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

Shades of Red Damask #D17250

Tints of Red Damask #D17250

Color information

#D17250 (or 0xD17250) is unknown color: approx Red Damask. HEX triplet: D1, 72 and 50. RGB value is (209,114,80). Sum of RGB (Red+Green+Blue) = 209+114+80=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D17250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17250 is #2E8DAF. Grayscale: #8A8A8A. Windows color (decimal): -3050928 or 5272273. OLE color: 5272273.

HSL color Cylindrical-coordinate representation of color #D17250: hue angle of 15.81º degrees, saturation: 0.58, 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 #D17250 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20911480-
CMYK00.450.620.18
HSL15.81º58.37%56.67%-
HSV(B)15.81º61.72%81.96%-
XYZ33.7626.1710.86-
YUV138.5394.97178.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 80 (31.64% from 255) = 19.85%
R=51.86%
G=28.29%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091148000.450.620.1815.8158.3756.67
HexD1725002D3E12103a39
Octal3211621200557622207271
Binary110100011110010101000001011011111101001010000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17250; }

 p { color: rgb(209,114,80); }

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

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

 a { background-color: rgb(209,114,80); }

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

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

 span { border-color: rgb(209,114,80); }

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