Html Css Color HEX #D47048 Red Damask

📋 copy color: '#D47048'

red 212 ◦ green 112 ◦ blue 72

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

Shades of Red Damask #D47048

Tints of Red Damask #D47048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 53.54%
G = 28.28%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D47048 (or 0xD47048) is known color: Red Damask. HEX triplet: D4, 70 and 48. RGB value is (212,112,72). Sum of RGB (Red+Green+Blue) = 212+112+72=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D47048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47048 is #2B8FB7. Grayscale: #898989. Windows color (decimal): -2854840 or 4747476. OLE color: 4747476.

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

Color convert

RGB 212 112 72 -
CMYK 0 0.47 0.66 0.17
HSL 17.14º 0.62% 0.56% -
HSV(B) 17.14º 0.66% 0.83% -
XYZ 34.12 26.05 9.36 -
YUV 137.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 212 112 72 0 0.47 0.66 0.17 17.14 0.62 0.56
Hex D4 70 48 0 2F 42 11 11 3E 38
Octal 324 160 110 0 57 102 21 21 76 70
Binary 11010100 1110000 1001000 0 101111 1000010 10001 10001 111110 111000

Color Harmonies of #D47048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47048

Black with #D47048

Text Example


Text Example

White with #D47048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47048; }

 p { color: rgb(212,112,72); }

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

background-color css

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

 a { background-color: rgb(212,112,72); }

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

border-color css

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

 span { border-color: rgb(212,112,72); }

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