Html Css Color HEX #D17350 Red Damask

📋 copy color: '#D17350'

red 209 ◦ green 115 ◦ blue 80

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

Shades of Red Damask #D17350

Tints of Red Damask #D17350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

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

R = 51.73%
G = 28.47%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D17350 (or 0xD17350) is known color: Red Damask. HEX triplet: D1, 73 and 50. RGB value is (209,115,80). Sum of RGB (Red+Green+Blue) = 209+115+80=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D17350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17350 is #2E8CAF. Grayscale: #8B8B8B. Windows color (decimal): -3050672 or 5272529. OLE color: 5272529.

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

Color convert

RGB 209 115 80 -
CMYK 0 0.45 0.62 0.18
HSL 16.28º 0.58% 0.57% -
HSV(B) 16.28º 0.62% 0.82% -
XYZ 33.87 26.4 10.9 -
YUV 139.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 209 115 80 0 0.45 0.62 0.18 16.28 0.58 0.57
Hex D1 73 50 0 2D 3E 12 10 3A 39
Octal 321 163 120 0 55 76 22 20 72 71
Binary 11010001 1110011 1010000 0 101101 111110 10010 10000 111010 111001

Color Harmonies of #D17350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17350

Black with #D17350

Text Example


Text Example

White with #D17350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17350; }

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

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

background-color css

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

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

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

border-color css

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

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

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