Html Css Color HEX #D47347 Red Damask

📋 copy color: '#D47347'

red 212 ◦ green 115 ◦ blue 71

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

Shades of Red Damask #D47347

Tints of Red Damask #D47347

RGB

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

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

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

R = 53.27%
G = 28.89%
B = 17.84%

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

#D47347 (or 0xD47347) is known color: Red Damask. HEX triplet: D4, 73 and 47. RGB value is (212,115,71). Sum of RGB (Red+Green+Blue) = 212+115+71=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D47347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47347 is #2B8CB8. Grayscale: #8B8B8B. Windows color (decimal): -2854073 or 4682708. OLE color: 4682708.

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

Color convert

RGB 212 115 71 -
CMYK 0 0.46 0.67 0.17
HSL 18.72º 0.62% 0.55% -
HSV(B) 18.72º 0.67% 0.83% -
XYZ 34.42 26.71 9.3 -
YUV 138.99 89.64 180.08 -
System Red Green Blue C M Y K H S L
Decimal 212 115 71 0 0.46 0.67 0.17 18.72 0.62 0.55
Hex D4 73 47 0 2E 43 11 13 3E 37
Octal 324 163 107 0 56 103 21 23 76 67
Binary 11010100 1110011 1000111 0 101110 1000011 10001 10011 111110 110111

Color Harmonies of #D47347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47347

Black with #D47347

Text Example


Text Example

White with #D47347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47347; }

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

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

background-color css

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

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

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

border-color css

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

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

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