Html Css Color HEX #D17445 Red Damask

📋 copy color: '#D17445'

red 209 ◦ green 116 ◦ blue 69

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

Shades of Red Damask #D17445

Tints of Red Damask #D17445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

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

R = 53.05%
G = 29.44%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D17445 (or 0xD17445) is known color: Red Damask. HEX triplet: D1, 74 and 45. RGB value is (209,116,69). Sum of RGB (Red+Green+Blue) = 209+116+69=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D17445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17445 is #2E8BBA. Grayscale: #8A8A8A. Windows color (decimal): -3050427 or 4551889. OLE color: 4551889.

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

Color convert

RGB 209 116 69 -
CMYK 0 0.44 0.67 0.18
HSL 20.14º 0.6% 0.55% -
HSV(B) 20.14º 0.67% 0.82% -
XYZ 33.61 26.48 8.97 -
YUV 138.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 209 116 69 0 0.44 0.67 0.18 20.14 0.6 0.55
Hex D1 74 45 0 2C 43 12 14 3C 37
Octal 321 164 105 0 54 103 22 24 74 67
Binary 11010001 1110100 1000101 0 101100 1000011 10010 10100 111100 110111

Color Harmonies of #D17445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17445

Black with #D17445

Text Example


Text Example

White with #D17445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17445; }

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

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

background-color css

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

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

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

border-color css

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

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

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