Html Css Color HEX #DA5740 Dark Coral

📋 copy color: '#DA5740'

red 218 ◦ green 87 ◦ blue 64

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

Shades of Dark Coral #DA5740

Tints of Dark Coral #DA5740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.58%

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

R = 59.08%
G = 23.58%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA5740 (or 0xDA5740) is known color: Dark Coral. HEX triplet: DA, 57 and 40. RGB value is (218,87,64). Sum of RGB (Red+Green+Blue) = 218+87+64=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5740 is #25A8BF. Grayscale: #7B7B7B. Windows color (decimal): -2468032 or 4216794. OLE color: 4216794.

HSL color Cylindrical-coordinate representation of color #DA5740: hue angle of 8.96º 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 #DA5740 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 87 64 -
CMYK 0 0.60 0.71 0.15
HSL 8.96º 0.68% 0.55% -
HSV(B) 8.96º 0.71% 0.85% -
XYZ 33.25 22.09 7.36 -
YUV 123.55 94.4 195.37 -
System Red Green Blue C M Y K H S L
Decimal 218 87 64 0 0.60 0.71 0.15 8.96 0.68 0.55
Hex DA 57 40 0 3C 47 F 9 44 37
Octal 332 127 100 0 74 107 17 11 104 67
Binary 11011010 1010111 1000000 0 111100 1000111 1111 1001 1000100 110111

Color Harmonies of #DA5740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5740

Black with #DA5740

Text Example


Text Example

White with #DA5740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5740; }

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

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

background-color css

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

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

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

border-color css

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

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

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