Html Css Color HEX #D17141 Red Damask

📋 copy color: '#D17141'

red 209 ◦ green 113 ◦ blue 65

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

Shades of Red Damask #D17141

Tints of Red Damask #D17141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 54.01%
G = 29.2%
B = 16.8%

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

#D17141 (or 0xD17141) is known color: Red Damask. HEX triplet: D1, 71 and 41. RGB value is (209,113,65). Sum of RGB (Red+Green+Blue) = 209+113+65=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D17141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17141 is #2E8EBE. Grayscale: #888888. Windows color (decimal): -3051199 or 4288977. OLE color: 4288977.

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

Color convert

RGB 209 113 65 -
CMYK 0 0.46 0.69 0.18
HSL 20º 0.61% 0.54% -
HSV(B) 20º 0.69% 0.82% -
XYZ 33.15 25.75 8.22 -
YUV 136.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 209 113 65 0 0.46 0.69 0.18 20 0.61 0.54
Hex D1 71 41 0 2E 45 12 14 3D 36
Octal 321 161 101 0 56 105 22 24 75 66
Binary 11010001 1110001 1000001 0 101110 1000101 10010 10100 111101 110110

Color Harmonies of #D17141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17141

Black with #D17141

Text Example


Text Example

White with #D17141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17141; }

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

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

background-color css

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

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

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

border-color css

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

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

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