Html Css Color HEX #D47247 Red Damask

📋 copy color: '#D47247'

red 212 ◦ green 114 ◦ blue 71

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

Shades of Red Damask #D47247

Tints of Red Damask #D47247

RGB

 RED value IS 212 (83.2% from 255) = 53.4%

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

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

R = 53.4%
G = 28.72%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D47247 (or 0xD47247) is known color: Red Damask. HEX triplet: D4, 72 and 47. RGB value is (212,114,71). Sum of RGB (Red+Green+Blue) = 212+114+71=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D47247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47247 is #2B8DB8. Grayscale: #8A8A8A. Windows color (decimal): -2854329 or 4682452. OLE color: 4682452.

HSL color Cylindrical-coordinate representation of color #D47247: hue angle of 18.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D47247 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 114 71 -
CMYK 0 0.46 0.67 0.17
HSL 18.3º 0.62% 0.55% -
HSV(B) 18.3º 0.67% 0.83% -
XYZ 34.31 26.49 9.27 -
YUV 138.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 212 114 71 0 0.46 0.67 0.17 18.3 0.62 0.55
Hex D4 72 47 0 2E 43 11 12 3E 37
Octal 324 162 107 0 56 103 21 22 76 67
Binary 11010100 1110010 1000111 0 101110 1000011 10001 10010 111110 110111

Color Harmonies of #D47247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47247

Black with #D47247

Text Example


Text Example

White with #D47247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47247; }

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

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

background-color css

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

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

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

border-color css

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

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

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