Html Css Color HEX #D76B4B Red Damask

📋 copy color: '#D76B4B'

red 215 ◦ green 107 ◦ blue 75

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

Shades of Red Damask #D76B4B

Tints of Red Damask #D76B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 54.16%
G = 26.95%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D76B4B (or 0xD76B4B) is known color: Red Damask. HEX triplet: D7, 6B and 4B. RGB value is (215,107,75). Sum of RGB (Red+Green+Blue) = 215+107+75=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B4B is #2894B4. Grayscale: #878787. Windows color (decimal): -2659509 or 4942807. OLE color: 4942807.

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

Color convert

RGB 215 107 75 -
CMYK 0 0.50 0.65 0.16
HSL 13.71º 0.64% 0.57% -
HSV(B) 13.71º 0.65% 0.84% -
XYZ 34.55 25.47 9.75 -
YUV 135.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 215 107 75 0 0.50 0.65 0.16 13.71 0.64 0.57
Hex D7 6B 4B 0 32 41 10 E 40 39
Octal 327 153 113 0 62 101 20 16 100 71
Binary 11010111 1101011 1001011 0 110010 1000001 10000 1110 1000000 111001

Color Harmonies of #D76B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B4B

Black with #D76B4B

Text Example


Text Example

White with #D76B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B4B; }

 p { color: rgb(215,107,75); }

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

background-color css

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

 a { background-color: rgb(215,107,75); }

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

border-color css

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

 span { border-color: rgb(215,107,75); }

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