Html Css Color HEX #D17150 Red Damask

📋 copy color: '#D17150'

red 209 ◦ green 113 ◦ blue 80

#D17150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #D17150

Tints of Red Damask #D17150

RGB

 RED value IS 209 (82.03% from 255) = 51.99%

 GREEN value IS 113 (44.53% from 255) = 28.11%

 BLUE value IS 80 (31.64% from 255) = 19.9%

R = 51.99%
G = 28.11%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D17150 (or 0xD17150) is known color: Red Damask. HEX triplet: D1, 71 and 50. RGB value is (209,113,80). Sum of RGB (Red+Green+Blue) = 209+113+80=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D17150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17150 is #2E8EAF. Grayscale: #8A8A8A. Windows color (decimal): -3051184 or 5272017. OLE color: 5272017.

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

Color convert

RGB 209 113 80 -
CMYK 0 0.46 0.62 0.18
HSL 15.35º 0.58% 0.57% -
HSV(B) 15.35º 0.62% 0.82% -
XYZ 33.65 25.94 10.82 -
YUV 137.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 209 113 80 0 0.46 0.62 0.18 15.35 0.58 0.57
Hex D1 71 50 0 2E 3E 12 F 3A 39
Octal 321 161 120 0 56 76 22 17 72 71
Binary 11010001 1110001 1010000 0 101110 111110 10010 1111 111010 111001

Color Harmonies of #D17150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17150

Black with #D17150

Text Example


Text Example

White with #D17150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17150; }

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

 H1.HeaderClassName
 {
   color: #D17150;
 }
 .AnyTagClassName
 {
   color: #D17150;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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