Html Css Color HEX #D17140 Red Damask

📋 copy color: '#D17140'

red 209 ◦ green 113 ◦ blue 64

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

Shades of Red Damask #D17140

Tints of Red Damask #D17140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 54.15%
G = 29.27%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D17140 (or 0xD17140) is known color: Red Damask. HEX triplet: D1, 71 and 40. RGB value is (209,113,64). Sum of RGB (Red+Green+Blue) = 209+113+64=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D17140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17140 is #2E8EBF. Grayscale: #888888. Windows color (decimal): -3051200 or 4223441. OLE color: 4223441.

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

Color convert

RGB 209 113 64 -
CMYK 0 0.46 0.69 0.18
HSL 20.28º 0.61% 0.54% -
HSV(B) 20.28º 0.69% 0.82% -
XYZ 33.13 25.74 8.07 -
YUV 136.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 209 113 64 0 0.46 0.69 0.18 20.28 0.61 0.54
Hex D1 71 40 0 2E 45 12 14 3D 36
Octal 321 161 100 0 56 105 22 24 75 66
Binary 11010001 1110001 1000000 0 101110 1000101 10010 10100 111101 110110

Color Harmonies of #D17140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17140

Black with #D17140

Text Example


Text Example

White with #D17140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17140; }

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

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

background-color css

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

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

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

border-color css

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

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

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