Html Css Color HEX #D17145 Red Damask

📋 copy color: '#D17145'

red 209 ◦ green 113 ◦ blue 69

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

Shades of Red Damask #D17145

Tints of Red Damask #D17145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.65%

R = 53.45%
G = 28.9%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D17145 (or 0xD17145) is known color: Red Damask. HEX triplet: D1, 71 and 45. RGB value is (209,113,69). Sum of RGB (Red+Green+Blue) = 209+113+69=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D17145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17145 is #2E8EBA. Grayscale: #888888. Windows color (decimal): -3051195 or 4551121. OLE color: 4551121.

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

Color convert

RGB 209 113 69 -
CMYK 0 0.46 0.67 0.18
HSL 18.86º 0.6% 0.55% -
HSV(B) 18.86º 0.67% 0.82% -
XYZ 33.27 25.8 8.86 -
YUV 136.69 89.8 179.58 -
System Red Green Blue C M Y K H S L
Decimal 209 113 69 0 0.46 0.67 0.18 18.86 0.6 0.55
Hex D1 71 45 0 2E 43 12 13 3C 37
Octal 321 161 105 0 56 103 22 23 74 67
Binary 11010001 1110001 1000101 0 101110 1000011 10010 10011 111100 110111

Color Harmonies of #D17145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17145

Black with #D17145

Text Example


Text Example

White with #D17145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17145; }

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

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

background-color css

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

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

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

border-color css

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

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

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