Html Css Color HEX #D56745 Red Damask

📋 copy color: '#D56745'

red 213 ◦ green 103 ◦ blue 69

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

Shades of Red Damask #D56745

Tints of Red Damask #D56745

RGB

 RED value IS 213 (83.59% from 255) = 55.32%

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 55.32%
G = 26.75%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D56745 (or 0xD56745) is known color: Red Damask. HEX triplet: D5, 67 and 45. RGB value is (213,103,69). Sum of RGB (Red+Green+Blue) = 213+103+69=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D56745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56745 is #2A98BA. Grayscale: #848484. Windows color (decimal): -2791611 or 4548565. OLE color: 4548565.

HSL color Cylindrical-coordinate representation of color #D56745: hue angle of 14.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D56745 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 103 69 -
CMYK 0 0.52 0.68 0.16
HSL 14.17º 0.63% 0.55% -
HSV(B) 14.17º 0.68% 0.84% -
XYZ 33.37 24.28 8.56 -
YUV 132.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 213 103 69 0 0.52 0.68 0.16 14.17 0.63 0.55
Hex D5 67 45 0 34 44 10 E 3F 37
Octal 325 147 105 0 64 104 20 16 77 67
Binary 11010101 1100111 1000101 0 110100 1000100 10000 1110 111111 110111

Color Harmonies of #D56745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56745

Black with #D56745

Text Example


Text Example

White with #D56745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56745; }

 p { color: rgb(213,103,69); }

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

background-color css

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

 a { background-color: rgb(213,103,69); }

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

border-color css

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

 span { border-color: rgb(213,103,69); }

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