Html Css Color HEX #D36C42 Red Damask

📋 copy color: '#D36C42'

red 211 ◦ green 108 ◦ blue 66

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

Shades of Red Damask #D36C42

Tints of Red Damask #D36C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.14%

R = 54.81%
G = 28.05%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D36C42 (or 0xD36C42) is known color: Red Damask. HEX triplet: D3, 6C and 42. RGB value is (211,108,66). Sum of RGB (Red+Green+Blue) = 211+108+66=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36C42 is #2C93BD. Grayscale: #868686. Windows color (decimal): -2921406 or 4353235. OLE color: 4353235.

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

Color convert

RGB 211 108 66 -
CMYK 0 0.49 0.69 0.17
HSL 17.38º 0.62% 0.54% -
HSV(B) 17.38º 0.69% 0.83% -
XYZ 33.21 24.97 8.22 -
YUV 134.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 211 108 66 0 0.49 0.69 0.17 17.38 0.62 0.54
Hex D3 6C 42 0 31 45 11 11 3E 36
Octal 323 154 102 0 61 105 21 21 76 66
Binary 11010011 1101100 1000010 0 110001 1000101 10001 10001 111110 110110

Color Harmonies of #D36C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36C42

Black with #D36C42

Text Example


Text Example

White with #D36C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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