Html Css Color HEX #D16E44 Red Damask

📋 copy color: '#D16E44'

red 209 ◦ green 110 ◦ blue 68

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

Shades of Red Damask #D16E44

Tints of Red Damask #D16E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 54.01%
G = 28.42%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D16E44 (or 0xD16E44) is known color: Red Damask. HEX triplet: D1, 6E and 44. RGB value is (209,110,68). Sum of RGB (Red+Green+Blue) = 209+110+68=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E44 is #2E91BB. Grayscale: #878787. Windows color (decimal): -3051964 or 4484817. OLE color: 4484817.

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

Color convert

RGB 209 110 68 -
CMYK 0 0.47 0.67 0.18
HSL 17.87º 0.61% 0.54% -
HSV(B) 17.87º 0.67% 0.82% -
XYZ 32.91 25.12 8.58 -
YUV 134.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 209 110 68 0 0.47 0.67 0.18 17.87 0.61 0.54
Hex D1 6E 44 0 2F 43 12 12 3D 36
Octal 321 156 104 0 57 103 22 22 75 66
Binary 11010001 1101110 1000100 0 101111 1000011 10010 10010 111101 110110

Color Harmonies of #D16E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E44

Black with #D16E44

Text Example


Text Example

White with #D16E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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