Html Css Color HEX #D17142 Red Damask

📋 copy color: '#D17142'

red 209 ◦ green 113 ◦ blue 66

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

Shades of Red Damask #D17142

Tints of Red Damask #D17142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.01%

R = 53.87%
G = 29.12%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D17142 (or 0xD17142) is known color: Red Damask. HEX triplet: D1, 71 and 42. RGB value is (209,113,66). Sum of RGB (Red+Green+Blue) = 209+113+66=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D17142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17142 is #2E8EBD. Grayscale: #888888. Windows color (decimal): -3051198 or 4354513. OLE color: 4354513.

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

Color convert

RGB 209 113 66 -
CMYK 0 0.46 0.68 0.18
HSL 19.72º 0.61% 0.54% -
HSV(B) 19.72º 0.68% 0.82% -
XYZ 33.18 25.76 8.38 -
YUV 136.35 88.3 179.82 -
System Red Green Blue C M Y K H S L
Decimal 209 113 66 0 0.46 0.68 0.18 19.72 0.61 0.54
Hex D1 71 42 0 2E 44 12 14 3D 36
Octal 321 161 102 0 56 104 22 24 75 66
Binary 11010001 1110001 1000010 0 101110 1000100 10010 10100 111101 110110

Color Harmonies of #D17142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17142

Black with #D17142

Text Example


Text Example

White with #D17142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17142; }

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

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

background-color css

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

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

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

border-color css

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

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

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