Html Css Color HEX #D77349 Red Damask

📋 copy color: '#D77349'

red 215 ◦ green 115 ◦ blue 73

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

Shades of Red Damask #D77349

Tints of Red Damask #D77349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.54%

 BLUE value IS 73 (28.91% from 255) = 18.11%

R = 53.35%
G = 28.54%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D77349 (or 0xD77349) is known color: Red Damask. HEX triplet: D7, 73 and 49. RGB value is (215,115,73). Sum of RGB (Red+Green+Blue) = 215+115+73=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D77349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77349 is #288CB6. Grayscale: #8C8C8C. Windows color (decimal): -2657463 or 4813783. OLE color: 4813783.

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

Color convert

RGB 215 115 73 -
CMYK 0 0.47 0.66 0.16
HSL 17.75º 0.64% 0.56% -
HSV(B) 17.75º 0.66% 0.84% -
XYZ 35.36 27.19 9.69 -
YUV 140.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 215 115 73 0 0.47 0.66 0.16 17.75 0.64 0.56
Hex D7 73 49 0 2F 42 10 12 40 38
Octal 327 163 111 0 57 102 20 22 100 70
Binary 11010111 1110011 1001001 0 101111 1000010 10000 10010 1000000 111000

Color Harmonies of #D77349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77349

Black with #D77349

Text Example


Text Example

White with #D77349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77349; }

 p { color: rgb(215,115,73); }

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

background-color css

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

 a { background-color: rgb(215,115,73); }

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

border-color css

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

 span { border-color: rgb(215,115,73); }

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