Html Css Color HEX #DD5640 Dark Coral

📋 copy color: '#DD5640'

red 221 ◦ green 86 ◦ blue 64

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

Shades of Dark Coral #DD5640

Tints of Dark Coral #DD5640

RGB

 RED value IS 221 (86.72% from 255) = 59.57%

 GREEN value IS 86 (33.98% from 255) = 23.18%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 59.57%
G = 23.18%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5640 (or 0xDD5640) is known color: Dark Coral. HEX triplet: DD, 56 and 40. RGB value is (221,86,64). Sum of RGB (Red+Green+Blue) = 221+86+64=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5640 is #22A9BF. Grayscale: #7C7C7C. Windows color (decimal): -2271680 or 4216541. OLE color: 4216541.

HSL color Cylindrical-coordinate representation of color #DD5640: hue angle of 8.41º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD5640 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 86 64 -
CMYK 0 0.61 0.71 0.13
HSL 8.41º 0.7% 0.56% -
HSV(B) 8.41º 0.71% 0.87% -
XYZ 34.07 22.4 7.38 -
YUV 123.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 221 86 64 0 0.61 0.71 0.13 8.41 0.7 0.56
Hex DD 56 40 0 3D 47 D 8 46 38
Octal 335 126 100 0 75 107 15 10 106 70
Binary 11011101 1010110 1000000 0 111101 1000111 1101 1000 1000110 111000

Color Harmonies of #DD5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5640

Black with #DD5640

Text Example


Text Example

White with #DD5640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5640; }

 p { color: rgb(221,86,64); }

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

background-color css

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

 a { background-color: rgb(221,86,64); }

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

border-color css

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

 span { border-color: rgb(221,86,64); }

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