Html Css Color HEX #D77144 Red Damask

📋 copy color: '#D77144'

red 215 ◦ green 113 ◦ blue 68

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

Shades of Red Damask #D77144

Tints of Red Damask #D77144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.17%

R = 54.29%
G = 28.54%
B = 17.17%

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

#D77144 (or 0xD77144) is known color: Red Damask. HEX triplet: D7, 71 and 44. RGB value is (215,113,68). Sum of RGB (Red+Green+Blue) = 215+113+68=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D77144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77144 is #288EBB. Grayscale: #8A8A8A. Windows color (decimal): -2657980 or 4485591. OLE color: 4485591.

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

Color convert

RGB 215 113 68 -
CMYK 0 0.47 0.68 0.16
HSL 18.37º 0.65% 0.55% -
HSV(B) 18.37º 0.68% 0.84% -
XYZ 34.97 26.67 8.77 -
YUV 138.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 215 113 68 0 0.47 0.68 0.16 18.37 0.65 0.55
Hex D7 71 44 0 2F 44 10 12 41 37
Octal 327 161 104 0 57 104 20 22 101 67
Binary 11010111 1110001 1000100 0 101111 1000100 10000 10010 1000001 110111

Color Harmonies of #D77144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77144

Black with #D77144

Text Example


Text Example

White with #D77144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77144; }

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

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

background-color css

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

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

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

border-color css

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

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

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