Html Css Color HEX #D87149 Red Damask

📋 copy color: '#D87149'

red 216 ◦ green 113 ◦ blue 73

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

Shades of Red Damask #D87149

Tints of Red Damask #D87149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.16%

R = 53.73%
G = 28.11%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D87149 (or 0xD87149) is known color: Red Damask. HEX triplet: D8, 71 and 49. RGB value is (216,113,73). Sum of RGB (Red+Green+Blue) = 216+113+73=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D87149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87149 is #278EB6. Grayscale: #8B8B8B. Windows color (decimal): -2592439 or 4813272. OLE color: 4813272.

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

Color convert

RGB 216 113 73 -
CMYK 0 0.48 0.66 0.15
HSL 16.78º 0.65% 0.57% -
HSV(B) 16.78º 0.66% 0.85% -
XYZ 35.43 26.89 9.63 -
YUV 139.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 216 113 73 0 0.48 0.66 0.15 16.78 0.65 0.57
Hex D8 71 49 0 30 42 F 11 41 39
Octal 330 161 111 0 60 102 17 21 101 71
Binary 11011000 1110001 1001001 0 110000 1000010 1111 10001 1000001 111001

Color Harmonies of #D87149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87149

Black with #D87149

Text Example


Text Example

White with #D87149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87149; }

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

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

background-color css

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

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

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

border-color css

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

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

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