Html Css Color HEX #D77047 Red Damask

📋 copy color: '#D77047'

red 215 ◦ green 112 ◦ blue 71

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

Shades of Red Damask #D77047

Tints of Red Damask #D77047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

 BLUE value IS 71 (28.13% from 255) = 17.84%

R = 54.02%
G = 28.14%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D77047 (or 0xD77047) is known color: Red Damask. HEX triplet: D7, 70 and 47. RGB value is (215,112,71). Sum of RGB (Red+Green+Blue) = 215+112+71=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D77047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77047 is #288FB8. Grayscale: #8A8A8A. Windows color (decimal): -2658233 or 4681943. OLE color: 4681943.

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

Color convert

RGB 215 112 71 -
CMYK 0 0.48 0.67 0.16
HSL 17.08º 0.64% 0.56% -
HSV(B) 17.08º 0.67% 0.84% -
XYZ 34.96 26.49 9.23 -
YUV 138.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 215 112 71 0 0.48 0.67 0.16 17.08 0.64 0.56
Hex D7 70 47 0 30 43 10 11 40 38
Octal 327 160 107 0 60 103 20 21 100 70
Binary 11010111 1110000 1000111 0 110000 1000011 10000 10001 1000000 111000

Color Harmonies of #D77047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77047

Black with #D77047

Text Example


Text Example

White with #D77047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77047; }

 p { color: rgb(215,112,71); }

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

background-color css

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

 a { background-color: rgb(215,112,71); }

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

border-color css

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

 span { border-color: rgb(215,112,71); }

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