Html Css Color HEX #D77048 Red Damask

📋 copy color: '#D77048'

red 215 ◦ green 112 ◦ blue 72

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

Shades of Red Damask #D77048

Tints of Red Damask #D77048

RGB

 RED value IS 215 (84.38% from 255) = 53.88%

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

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

R = 53.88%
G = 28.07%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D77048 (or 0xD77048) is known color: Red Damask. HEX triplet: D7, 70 and 48. RGB value is (215,112,72). Sum of RGB (Red+Green+Blue) = 215+112+72=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D77048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77048 is #288FB7. Grayscale: #8A8A8A. Windows color (decimal): -2658232 or 4747479. OLE color: 4747479.

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

Color convert

RGB 215 112 72 -
CMYK 0 0.48 0.67 0.16
HSL 16.78º 0.64% 0.56% -
HSV(B) 16.78º 0.67% 0.84% -
XYZ 34.99 26.5 9.4 -
YUV 138.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 215 112 72 0 0.48 0.67 0.16 16.78 0.64 0.56
Hex D7 70 48 0 30 43 10 11 40 38
Octal 327 160 110 0 60 103 20 21 100 70
Binary 11010111 1110000 1001000 0 110000 1000011 10000 10001 1000000 111000

Color Harmonies of #D77048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77048

Black with #D77048

Text Example


Text Example

White with #D77048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77048; }

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

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

background-color css

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

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

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

border-color css

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

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

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