Html Css Color HEX #D56E42 Red Damask

📋 copy color: '#D56E42'

red 213 ◦ green 110 ◦ blue 66

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

Shades of Red Damask #D56E42

Tints of Red Damask #D56E42

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.28%

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

R = 54.76%
G = 28.28%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D56E42 (or 0xD56E42) is known color: Red Damask. HEX triplet: D5, 6E and 42. RGB value is (213,110,66). Sum of RGB (Red+Green+Blue) = 213+110+66=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E42 is #2A91BD. Grayscale: #888888. Windows color (decimal): -2789822 or 4353749. OLE color: 4353749.

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

Color convert

RGB 213 110 66 -
CMYK 0 0.48 0.69 0.16
HSL 17.96º 0.64% 0.55% -
HSV(B) 17.96º 0.69% 0.84% -
XYZ 34 25.69 8.32 -
YUV 135.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 213 110 66 0 0.48 0.69 0.16 17.96 0.64 0.55
Hex D5 6E 42 0 30 45 10 12 40 37
Octal 325 156 102 0 60 105 20 22 100 67
Binary 11010101 1101110 1000010 0 110000 1000101 10000 10010 1000000 110111

Color Harmonies of #D56E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E42

Black with #D56E42

Text Example


Text Example

White with #D56E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E42; }

 p { color: rgb(213,110,66); }

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

background-color css

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

 a { background-color: rgb(213,110,66); }

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

border-color css

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

 span { border-color: rgb(213,110,66); }

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