Html Css Color HEX #D56E4B Red Damask

📋 copy color: '#D56E4B'

red 213 ◦ green 110 ◦ blue 75

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

Shades of Red Damask #D56E4B

Tints of Red Damask #D56E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.84%

R = 53.52%
G = 27.64%
B = 18.84%

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

#D56E4B (or 0xD56E4B) is known color: Red Damask. HEX triplet: D5, 6E and 4B. RGB value is (213,110,75). Sum of RGB (Red+Green+Blue) = 213+110+75=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E4B is #2A91B4. Grayscale: #898989. Windows color (decimal): -2789813 or 4943573. OLE color: 4943573.

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

Color convert

RGB 213 110 75 -
CMYK 0 0.48 0.65 0.16
HSL 15.22º 0.62% 0.56% -
HSV(B) 15.22º 0.65% 0.84% -
XYZ 34.29 25.81 9.83 -
YUV 136.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 213 110 75 0 0.48 0.65 0.16 15.22 0.62 0.56
Hex D5 6E 4B 0 30 41 10 F 3E 38
Octal 325 156 113 0 60 101 20 17 76 70
Binary 11010101 1101110 1001011 0 110000 1000001 10000 1111 111110 111000

Color Harmonies of #D56E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E4B

Black with #D56E4B

Text Example


Text Example

White with #D56E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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