Html Css Color HEX #D87148 Red Damask

📋 copy color: '#D87148'

red 216 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #D87148

Tints of Red Damask #D87148

RGB

 RED value IS 216 (84.77% from 255) = 53.87%

 GREEN value IS 113 (44.53% from 255) = 28.18%

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

R = 53.87%
G = 28.18%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D87148 (or 0xD87148) is known color: Red Damask. HEX triplet: D8, 71 and 48. RGB value is (216,113,72). Sum of RGB (Red+Green+Blue) = 216+113+72=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D87148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87148 is #278EB7. Grayscale: #8B8B8B. Windows color (decimal): -2592440 or 4747736. OLE color: 4747736.

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

Color convert

RGB 216 113 72 -
CMYK 0 0.48 0.67 0.15
HSL 17.08º 0.65% 0.56% -
HSV(B) 17.08º 0.67% 0.85% -
XYZ 35.39 26.88 9.45 -
YUV 139.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 216 113 72 0 0.48 0.67 0.15 17.08 0.65 0.56
Hex D8 71 48 0 30 43 F 11 41 38
Octal 330 161 110 0 60 103 17 21 101 70
Binary 11011000 1110001 1001000 0 110000 1000011 1111 10001 1000001 111000

Color Harmonies of #D87148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87148

Black with #D87148

Text Example


Text Example

White with #D87148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87148; }

 p { color: rgb(216,113,72); }

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

background-color css

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

 a { background-color: rgb(216,113,72); }

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

border-color css

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

 span { border-color: rgb(216,113,72); }

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