Html Css Color HEX #D77145 Red Damask

📋 copy color: '#D77145'

red 215 ◦ green 113 ◦ blue 69

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

Shades of Red Damask #D77145

Tints of Red Damask #D77145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.38%

R = 54.16%
G = 28.46%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D77145 (or 0xD77145) is known color: Red Damask. HEX triplet: D7, 71 and 45. RGB value is (215,113,69). Sum of RGB (Red+Green+Blue) = 215+113+69=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D77145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77145 is #288EBA. Grayscale: #8A8A8A. Windows color (decimal): -2657979 or 4551127. OLE color: 4551127.

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

Color convert

RGB 215 113 69 -
CMYK 0 0.47 0.68 0.16
HSL 18.08º 0.65% 0.56% -
HSV(B) 18.08º 0.68% 0.84% -
XYZ 35 26.69 8.94 -
YUV 138.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 215 113 69 0 0.47 0.68 0.16 18.08 0.65 0.56
Hex D7 71 45 0 2F 44 10 12 41 38
Octal 327 161 105 0 57 104 20 22 101 70
Binary 11010111 1110001 1000101 0 101111 1000100 10000 10010 1000001 111000

Color Harmonies of #D77145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77145

Black with #D77145

Text Example


Text Example

White with #D77145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77145; }

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

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

background-color css

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

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

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

border-color css

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

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

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