Html Css Color HEX #DA5440 Dark Coral

📋 copy color: '#DA5440'

red 218 ◦ green 84 ◦ blue 64

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

Shades of Dark Coral #DA5440

Tints of Dark Coral #DA5440

RGB

 RED value IS 218 (85.55% from 255) = 59.56%

 GREEN value IS 84 (33.2% from 255) = 22.95%

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

R = 59.56%
G = 22.95%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA5440 (or 0xDA5440) is known color: Dark Coral. HEX triplet: DA, 54 and 40. RGB value is (218,84,64). Sum of RGB (Red+Green+Blue) = 218+84+64=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5440 is #25ABBF. Grayscale: #797979. Windows color (decimal): -2468800 or 4216026. OLE color: 4216026.

HSL color Cylindrical-coordinate representation of color #DA5440: hue angle of 7.79º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA5440 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 84 64 -
CMYK 0 0.61 0.71 0.15
HSL 7.79º 0.68% 0.55% -
HSV(B) 7.79º 0.71% 0.85% -
XYZ 33.01 21.62 7.28 -
YUV 121.79 95.39 196.63 -
System Red Green Blue C M Y K H S L
Decimal 218 84 64 0 0.61 0.71 0.15 7.79 0.68 0.55
Hex DA 54 40 0 3D 47 F 8 44 37
Octal 332 124 100 0 75 107 17 10 104 67
Binary 11011010 1010100 1000000 0 111101 1000111 1111 1000 1000100 110111

Color Harmonies of #DA5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5440

Black with #DA5440

Text Example


Text Example

White with #DA5440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5440; }

 p { color: rgb(218,84,64); }

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

background-color css

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

 a { background-color: rgb(218,84,64); }

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

border-color css

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

 span { border-color: rgb(218,84,64); }

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