Html Css Color HEX #D56E4A Red Damask

📋 copy color: '#D56E4A'

red 213 ◦ green 110 ◦ blue 74

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

Shades of Red Damask #D56E4A

Tints of Red Damask #D56E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 53.65%
G = 27.71%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D56E4A (or 0xD56E4A) is known color: Red Damask. HEX triplet: D5, 6E and 4A. RGB value is (213,110,74). Sum of RGB (Red+Green+Blue) = 213+110+74=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E4A is #2A91B5. Grayscale: #888888. Windows color (decimal): -2789814 or 4878037. OLE color: 4878037.

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

Color convert

RGB 213 110 74 -
CMYK 0 0.48 0.65 0.16
HSL 15.54º 0.62% 0.56% -
HSV(B) 15.54º 0.65% 0.84% -
XYZ 34.25 25.79 9.65 -
YUV 136.69 92.62 182.43 -
System Red Green Blue C M Y K H S L
Decimal 213 110 74 0 0.48 0.65 0.16 15.54 0.62 0.56
Hex D5 6E 4A 0 30 41 10 10 3E 38
Octal 325 156 112 0 60 101 20 20 76 70
Binary 11010101 1101110 1001010 0 110000 1000001 10000 10000 111110 111000

Color Harmonies of #D56E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E4A

Black with #D56E4A

Text Example


Text Example

White with #D56E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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