Html Css Color HEX #D77247 Red Damask

📋 copy color: '#D77247'

red 215 ◦ green 114 ◦ blue 71

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

Shades of Red Damask #D77247

Tints of Red Damask #D77247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

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

R = 53.75%
G = 28.5%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D77247 (or 0xD77247) is known color: Red Damask. HEX triplet: D7, 72 and 47. RGB value is (215,114,71). Sum of RGB (Red+Green+Blue) = 215+114+71=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D77247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77247 is #288DB8. Grayscale: #8B8B8B. Windows color (decimal): -2657721 or 4682455. OLE color: 4682455.

HSL color Cylindrical-coordinate representation of color #D77247: hue angle of 17.92º 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 #D77247 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 114 71 -
CMYK 0 0.47 0.67 0.16
HSL 17.92º 0.64% 0.56% -
HSV(B) 17.92º 0.67% 0.84% -
XYZ 35.18 26.94 9.31 -
YUV 139.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 215 114 71 0 0.47 0.67 0.16 17.92 0.64 0.56
Hex D7 72 47 0 2F 43 10 12 40 38
Octal 327 162 107 0 57 103 20 22 100 70
Binary 11010111 1110010 1000111 0 101111 1000011 10000 10010 1000000 111000

Color Harmonies of #D77247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77247

Black with #D77247

Text Example


Text Example

White with #D77247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77247; }

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

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

background-color css

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

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

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

border-color css

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

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

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