Html Css Color HEX #D56F45 Red Damask

📋 copy color: '#D56F45'

red 213 ◦ green 111 ◦ blue 69

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

Shades of Red Damask #D56F45

Tints of Red Damask #D56F45

RGB

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

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

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

R = 54.2%
G = 28.24%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D56F45 (or 0xD56F45) is known color: Red Damask. HEX triplet: D5, 6F and 45. RGB value is (213,111,69). Sum of RGB (Red+Green+Blue) = 213+111+69=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F45 is #2A90BA. Grayscale: #888888. Windows color (decimal): -2789563 or 4550613. OLE color: 4550613.

HSL color Cylindrical-coordinate representation of color #D56F45: hue angle of 17.5º 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 #D56F45 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 111 69 -
CMYK 0 0.48 0.68 0.16
HSL 17.5º 0.63% 0.55% -
HSV(B) 17.5º 0.68% 0.84% -
XYZ 34.2 25.94 8.84 -
YUV 136.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 213 111 69 0 0.48 0.68 0.16 17.5 0.63 0.55
Hex D5 6F 45 0 30 44 10 12 3F 37
Octal 325 157 105 0 60 104 20 22 77 67
Binary 11010101 1101111 1000101 0 110000 1000100 10000 10010 111111 110111

Color Harmonies of #D56F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F45

Black with #D56F45

Text Example


Text Example

White with #D56F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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