Html Css Color HEX #D17040 Red Damask

📋 copy color: '#D17040'

red 209 ◦ green 112 ◦ blue 64

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

Shades of Red Damask #D17040

Tints of Red Damask #D17040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 54.29%
G = 29.09%
B = 16.62%

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

#D17040 (or 0xD17040) is known color: Red Damask. HEX triplet: D1, 70 and 40. RGB value is (209,112,64). Sum of RGB (Red+Green+Blue) = 209+112+64=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D17040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17040 is #2E8FBF. Grayscale: #878787. Windows color (decimal): -3051456 or 4223185. OLE color: 4223185.

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

Color convert

RGB 209 112 64 -
CMYK 0 0.46 0.69 0.18
HSL 19.86º 0.61% 0.54% -
HSV(B) 19.86º 0.69% 0.82% -
XYZ 33.01 25.51 8.04 -
YUV 135.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 209 112 64 0 0.46 0.69 0.18 19.86 0.61 0.54
Hex D1 70 40 0 2E 45 12 14 3D 36
Octal 321 160 100 0 56 105 22 24 75 66
Binary 11010001 1110000 1000000 0 101110 1000101 10010 10100 111101 110110

Color Harmonies of #D17040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17040

Black with #D17040

Text Example


Text Example

White with #D17040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17040; }

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

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

background-color css

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

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

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

border-color css

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

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

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