Html Css Color HEX #D76E4A Red Damask

📋 copy color: '#D76E4A'

red 215 ◦ green 110 ◦ blue 74

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

Shades of Red Damask #D76E4A

Tints of Red Damask #D76E4A

RGB

 RED value IS 215 (84.38% from 255) = 53.88%

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

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 53.88%
G = 27.57%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D76E4A (or 0xD76E4A) is known color: Red Damask. HEX triplet: D7, 6E and 4A. RGB value is (215,110,74). Sum of RGB (Red+Green+Blue) = 215+110+74=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E4A is #2891B5. Grayscale: #898989. Windows color (decimal): -2658742 or 4878039. OLE color: 4878039.

HSL color Cylindrical-coordinate representation of color #D76E4A: hue angle of 15.32º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D76E4A is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 74 -
CMYK 0 0.49 0.66 0.16
HSL 15.32º 0.64% 0.57% -
HSV(B) 15.32º 0.66% 0.84% -
XYZ 34.84 26.09 9.68 -
YUV 137.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 215 110 74 0 0.49 0.66 0.16 15.32 0.64 0.57
Hex D7 6E 4A 0 31 42 10 F 40 39
Octal 327 156 112 0 61 102 20 17 100 71
Binary 11010111 1101110 1001010 0 110001 1000010 10000 1111 1000000 111001

Color Harmonies of #D76E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E4A

Black with #D76E4A

Text Example


Text Example

White with #D76E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E4A; }

 p { color: rgb(215,110,74); }

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

background-color css

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

 a { background-color: rgb(215,110,74); }

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

border-color css

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

 span { border-color: rgb(215,110,74); }

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