Html Css Color HEX #D36C4F Red Damask

📋 copy color: '#D36C4F'

red 211 ◦ green 108 ◦ blue 79

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

Shades of Red Damask #D36C4F

Tints of Red Damask #D36C4F

RGB

 RED value IS 211 (82.81% from 255) = 53.02%

 GREEN value IS 108 (42.58% from 255) = 27.14%

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 53.02%
G = 27.14%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D36C4F (or 0xD36C4F) is known color: Red Damask. HEX triplet: D3, 6C and 4F. RGB value is (211,108,79). Sum of RGB (Red+Green+Blue) = 211+108+79=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36C4F is #2C93B0. Grayscale: #878787. Windows color (decimal): -2921393 or 5205203. OLE color: 5205203.

HSL color Cylindrical-coordinate representation of color #D36C4F: hue angle of 13.18º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D36C4F is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 108 79 -
CMYK 0 0.49 0.63 0.17
HSL 13.18º 0.6% 0.57% -
HSV(B) 13.18º 0.63% 0.83% -
XYZ 33.64 25.14 10.48 -
YUV 135.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 211 108 79 0 0.49 0.63 0.17 13.18 0.6 0.57
Hex D3 6C 4F 0 31 3F 11 D 3C 39
Octal 323 154 117 0 61 77 21 15 74 71
Binary 11010011 1101100 1001111 0 110001 111111 10001 1101 111100 111001

Color Harmonies of #D36C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36C4F

Black with #D36C4F

Text Example


Text Example

White with #D36C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36C4F; }

 p { color: rgb(211,108,79); }

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

background-color css

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

 a { background-color: rgb(211,108,79); }

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

border-color css

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

 span { border-color: rgb(211,108,79); }

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