#D56E44

Color #D56E44 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #D56E44

Tints of Red Damask #D56E44

Color information

#D56E44 (or 0xD56E44) is unknown color: approx Red Damask. HEX triplet: D5, 6E and 44. RGB value is (213,110,68). Sum of RGB (Red+Green+Blue) = 213+110+68=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E44 is #2A91BB. Grayscale: #888888. Windows color (decimal): -2789820 or 4484821. OLE color: 4484821.

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

Color convert

RGB21311068-
CMYK00.480.680.16
HSL17.38º63.32%55.1%-
HSV(B)17.38º68.08%83.53%-
XYZ34.0625.728.64-
YUV136.0189.62182.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.48%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 68 (26.95% from 255) = 17.39%
R=54.48%
G=28.13%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131106800.480.680.1617.3863.3255.1
HexD56E440304410113f37
Octal32515610406010420217767
Binary1101010111011101000100011000010001001000010001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E44; }

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

 H1.HeaderClassName
 {
   color: #D56E44;
 }
 .AnyTagClassName
 {
   color: #D56E44;
 }
</style>
background-color css

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

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

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

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

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

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