Html Css Color HEX #D16E4F Red Damask

📋 copy color: '#D16E4F'

red 209 ◦ green 110 ◦ blue 79

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

Shades of Red Damask #D16E4F

Tints of Red Damask #D16E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 52.51%
G = 27.64%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D16E4F (or 0xD16E4F) is known color: Red Damask. HEX triplet: D1, 6E and 4F. RGB value is (209,110,79). Sum of RGB (Red+Green+Blue) = 209+110+79=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E4F is #2E91B0. Grayscale: #888888. Windows color (decimal): -3051953 or 5205713. OLE color: 5205713.

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

Color convert

RGB 209 110 79 -
CMYK 0 0.47 0.62 0.18
HSL 14.31º 0.59% 0.56% -
HSV(B) 14.31º 0.62% 0.82% -
XYZ 33.28 25.27 10.52 -
YUV 136.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 209 110 79 0 0.47 0.62 0.18 14.31 0.59 0.56
Hex D1 6E 4F 0 2F 3E 12 E 3B 38
Octal 321 156 117 0 57 76 22 16 73 70
Binary 11010001 1101110 1001111 0 101111 111110 10010 1110 111011 111000

Color Harmonies of #D16E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E4F

Black with #D16E4F

Text Example


Text Example

White with #D16E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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