Html Css Color HEX #D16E40 Red Damask

📋 copy color: '#D16E40'

red 209 ◦ green 110 ◦ blue 64

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

Shades of Red Damask #D16E40

Tints of Red Damask #D16E40

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

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

R = 54.57%
G = 28.72%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D16E40 (or 0xD16E40) is known color: Red Damask. HEX triplet: D1, 6E and 40. RGB value is (209,110,64). Sum of RGB (Red+Green+Blue) = 209+110+64=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E40 is #2E91BF. Grayscale: #868686. Windows color (decimal): -3051968 or 4222673. OLE color: 4222673.

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

Color convert

RGB 209 110 64 -
CMYK 0 0.47 0.69 0.18
HSL 19.03º 0.61% 0.54% -
HSV(B) 19.03º 0.69% 0.82% -
XYZ 32.8 25.08 7.96 -
YUV 134.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 209 110 64 0 0.47 0.69 0.18 19.03 0.61 0.54
Hex D1 6E 40 0 2F 45 12 13 3D 36
Octal 321 156 100 0 57 105 22 23 75 66
Binary 11010001 1101110 1000000 0 101111 1000101 10010 10011 111101 110110

Color Harmonies of #D16E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E40

Black with #D16E40

Text Example


Text Example

White with #D16E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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