Html Css Color HEX #D16742 Red Damask

📋 copy color: '#D16742'

red 209 ◦ green 103 ◦ blue 66

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

Shades of Red Damask #D16742

Tints of Red Damask #D16742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

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

R = 55.29%
G = 27.25%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D16742 (or 0xD16742) is known color: Red Damask. HEX triplet: D1, 67 and 42. RGB value is (209,103,66). Sum of RGB (Red+Green+Blue) = 209+103+66=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D16742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16742 is #2E98BD. Grayscale: #828282. Windows color (decimal): -3053758 or 4351953. OLE color: 4351953.

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

Color convert

RGB 209 103 66 -
CMYK 0 0.51 0.68 0.18
HSL 15.52º 0.61% 0.54% -
HSV(B) 15.52º 0.68% 0.82% -
XYZ 32.13 23.65 8.03 -
YUV 130.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 209 103 66 0 0.51 0.68 0.18 15.52 0.61 0.54
Hex D1 67 42 0 33 44 12 10 3D 36
Octal 321 147 102 0 63 104 22 20 75 66
Binary 11010001 1100111 1000010 0 110011 1000100 10010 10000 111101 110110

Color Harmonies of #D16742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16742

Black with #D16742

Text Example


Text Example

White with #D16742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16742; }

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

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

background-color css

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

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

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

border-color css

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

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

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