Html Css Color HEX #DA5C45 Dark Coral

📋 copy color: '#DA5C45'

red 218 ◦ green 92 ◦ blue 69

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

Shades of Dark Coral #DA5C45

Tints of Dark Coral #DA5C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.27%

 BLUE value IS 69 (27.34% from 255) = 18.21%

R = 57.52%
G = 24.27%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA5C45 (or 0xDA5C45) is known color: Dark Coral. HEX triplet: DA, 5C and 45. RGB value is (218,92,69). Sum of RGB (Red+Green+Blue) = 218+92+69=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C45 is #25A3BA. Grayscale: #7F7F7F. Windows color (decimal): -2466747 or 4545754. OLE color: 4545754.

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

Color convert

RGB 218 92 69 -
CMYK 0 0.58 0.68 0.15
HSL 9.26º 0.67% 0.56% -
HSV(B) 9.26º 0.68% 0.85% -
XYZ 33.81 22.99 8.29 -
YUV 127.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 218 92 69 0 0.58 0.68 0.15 9.26 0.67 0.56
Hex DA 5C 45 0 3A 44 F 9 43 38
Octal 332 134 105 0 72 104 17 11 103 70
Binary 11011010 1011100 1000101 0 111010 1000100 1111 1001 1000011 111000

Color Harmonies of #DA5C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C45

Black with #DA5C45

Text Example


Text Example

White with #DA5C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C45; }

 p { color: rgb(218,92,69); }

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

background-color css

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

 a { background-color: rgb(218,92,69); }

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

border-color css

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

 span { border-color: rgb(218,92,69); }

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