Html Css Color HEX #D76F4A Red Damask

📋 copy color: '#D76F4A'

red 215 ◦ green 111 ◦ blue 74

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

Shades of Red Damask #D76F4A

Tints of Red Damask #D76F4A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 53.75%
G = 27.75%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D76F4A (or 0xD76F4A) is known color: Red Damask. HEX triplet: D7, 6F and 4A. RGB value is (215,111,74). Sum of RGB (Red+Green+Blue) = 215+111+74=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F4A is #2890B5. Grayscale: #8A8A8A. Windows color (decimal): -2658486 or 4878295. OLE color: 4878295.

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

Color convert

RGB 215 111 74 -
CMYK 0 0.48 0.66 0.16
HSL 15.74º 0.64% 0.57% -
HSV(B) 15.74º 0.66% 0.84% -
XYZ 34.94 26.31 9.72 -
YUV 137.88 91.96 183.01 -
System Red Green Blue C M Y K H S L
Decimal 215 111 74 0 0.48 0.66 0.16 15.74 0.64 0.57
Hex D7 6F 4A 0 30 42 10 10 40 39
Octal 327 157 112 0 60 102 20 20 100 71
Binary 11010111 1101111 1001010 0 110000 1000010 10000 10000 1000000 111001

Color Harmonies of #D76F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F4A

Black with #D76F4A

Text Example


Text Example

White with #D76F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F4A; }

 p { color: rgb(215,111,74); }

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

background-color css

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

 a { background-color: rgb(215,111,74); }

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

border-color css

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

 span { border-color: rgb(215,111,74); }

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