Html Css Color HEX #D36F42 Red Damask

📋 copy color: '#D36F42'

red 211 ◦ green 111 ◦ blue 66

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

Shades of Red Damask #D36F42

Tints of Red Damask #D36F42

RGB

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

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

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

R = 54.38%
G = 28.61%
B = 17.01%

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

#D36F42 (or 0xD36F42) is known color: Red Damask. HEX triplet: D3, 6F and 42. RGB value is (211,111,66). Sum of RGB (Red+Green+Blue) = 211+111+66=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36F42 is #2C90BD. Grayscale: #888888. Windows color (decimal): -2920638 or 4354003. OLE color: 4354003.

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

Color convert

RGB 211 111 66 -
CMYK 0 0.47 0.69 0.17
HSL 18.62º 0.62% 0.54% -
HSV(B) 18.62º 0.69% 0.83% -
XYZ 33.53 25.61 8.33 -
YUV 135.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 211 111 66 0 0.47 0.69 0.17 18.62 0.62 0.54
Hex D3 6F 42 0 2F 45 11 13 3E 36
Octal 323 157 102 0 57 105 21 23 76 66
Binary 11010011 1101111 1000010 0 101111 1000101 10001 10011 111110 110110

Color Harmonies of #D36F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36F42

Black with #D36F42

Text Example


Text Example

White with #D36F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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