Html Css Color HEX #D77046 Red Damask

📋 copy color: '#D77046'

red 215 ◦ green 112 ◦ blue 70

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

Shades of Red Damask #D77046

Tints of Red Damask #D77046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 54.16%
G = 28.21%
B = 17.63%

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

#D77046 (or 0xD77046) is known color: Red Damask. HEX triplet: D7, 70 and 46. RGB value is (215,112,70). Sum of RGB (Red+Green+Blue) = 215+112+70=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D77046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77046 is #288FB9. Grayscale: #8A8A8A. Windows color (decimal): -2658234 or 4616407. OLE color: 4616407.

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

Color convert

RGB 215 112 70 -
CMYK 0 0.48 0.67 0.16
HSL 17.38º 0.64% 0.56% -
HSV(B) 17.38º 0.67% 0.84% -
XYZ 34.92 26.48 9.06 -
YUV 138.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 215 112 70 0 0.48 0.67 0.16 17.38 0.64 0.56
Hex D7 70 46 0 30 43 10 11 40 38
Octal 327 160 106 0 60 103 20 21 100 70
Binary 11010111 1110000 1000110 0 110000 1000011 10000 10001 1000000 111000

Color Harmonies of #D77046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77046

Black with #D77046

Text Example


Text Example

White with #D77046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77046; }

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

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

background-color css

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

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

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

border-color css

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

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

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