Html Css Color HEX #D16E4B Red Damask

📋 copy color: '#D16E4B'

red 209 ◦ green 110 ◦ blue 75

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

Shades of Red Damask #D16E4B

Tints of Red Damask #D16E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.04%

R = 53.05%
G = 27.92%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D16E4B (or 0xD16E4B) is known color: Red Damask. HEX triplet: D1, 6E and 4B. RGB value is (209,110,75). Sum of RGB (Red+Green+Blue) = 209+110+75=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E4B is #2E91B4. Grayscale: #878787. Windows color (decimal): -3051957 or 4943569. OLE color: 4943569.

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

Color convert

RGB 209 110 75 -
CMYK 0 0.47 0.64 0.18
HSL 15.67º 0.59% 0.56% -
HSV(B) 15.67º 0.64% 0.82% -
XYZ 33.14 25.22 9.78 -
YUV 135.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 209 110 75 0 0.47 0.64 0.18 15.67 0.59 0.56
Hex D1 6E 4B 0 2F 40 12 10 3B 38
Octal 321 156 113 0 57 100 22 20 73 70
Binary 11010001 1101110 1001011 0 101111 1000000 10010 10000 111011 111000

Color Harmonies of #D16E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E4B

Black with #D16E4B

Text Example


Text Example

White with #D16E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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