Html Css Color HEX #D77146 Red Damask

📋 copy color: '#D77146'

red 215 ◦ green 113 ◦ blue 70

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

Shades of Red Damask #D77146

Tints of Red Damask #D77146

RGB

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

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

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

R = 54.02%
G = 28.39%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D77146 (or 0xD77146) is known color: Red Damask. HEX triplet: D7, 71 and 46. RGB value is (215,113,70). Sum of RGB (Red+Green+Blue) = 215+113+70=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D77146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77146 is #288EB9. Grayscale: #8A8A8A. Windows color (decimal): -2657978 or 4616663. OLE color: 4616663.

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

Color convert

RGB 215 113 70 -
CMYK 0 0.47 0.67 0.16
HSL 17.79º 0.64% 0.56% -
HSV(B) 17.79º 0.67% 0.84% -
XYZ 35.03 26.7 9.1 -
YUV 138.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 215 113 70 0 0.47 0.67 0.16 17.79 0.64 0.56
Hex D7 71 46 0 2F 43 10 12 40 38
Octal 327 161 106 0 57 103 20 22 100 70
Binary 11010111 1110001 1000110 0 101111 1000011 10000 10010 1000000 111000

Color Harmonies of #D77146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77146

Black with #D77146

Text Example


Text Example

White with #D77146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77146; }

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

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

background-color css

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

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

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

border-color css

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

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

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