Html Css Color HEX #D36F41 Red Damask

📋 copy color: '#D36F41'

red 211 ◦ green 111 ◦ blue 65

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

Shades of Red Damask #D36F41

Tints of Red Damask #D36F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 54.52%
G = 28.68%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D36F41 (or 0xD36F41) is known color: Red Damask. HEX triplet: D3, 6F and 41. RGB value is (211,111,65). Sum of RGB (Red+Green+Blue) = 211+111+65=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36F41 is #2C90BE. Grayscale: #878787. Windows color (decimal): -2920639 or 4288467. OLE color: 4288467.

HSL color Cylindrical-coordinate representation of color #D36F41: hue angle of 18.9º 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 #D36F41 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 111 65 -
CMYK 0 0.47 0.69 0.17
HSL 18.9º 0.62% 0.54% -
HSV(B) 18.9º 0.69% 0.83% -
XYZ 33.5 25.6 8.18 -
YUV 135.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 211 111 65 0 0.47 0.69 0.17 18.9 0.62 0.54
Hex D3 6F 41 0 2F 45 11 13 3E 36
Octal 323 157 101 0 57 105 21 23 76 66
Binary 11010011 1101111 1000001 0 101111 1000101 10001 10011 111110 110110

Color Harmonies of #D36F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36F41

Black with #D36F41

Text Example


Text Example

White with #D36F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36F41; }

 p { color: rgb(211,111,65); }

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

background-color css

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

 a { background-color: rgb(211,111,65); }

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

border-color css

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

 span { border-color: rgb(211,111,65); }

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