Html Css Color HEX #D85C40 Dark Coral

📋 copy color: '#D85C40'

red 216 ◦ green 92 ◦ blue 64

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

Shades of Dark Coral #D85C40

Tints of Dark Coral #D85C40

RGB

 RED value IS 216 (84.77% from 255) = 58.06%

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

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

R = 58.06%
G = 24.73%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85C40 (or 0xD85C40) is known color: Dark Coral. HEX triplet: D8, 5C and 40. RGB value is (216,92,64). Sum of RGB (Red+Green+Blue) = 216+92+64=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85C40 is #27A3BF. Grayscale: #7E7E7E. Windows color (decimal): -2597824 or 4218072. OLE color: 4218072.

HSL color Cylindrical-coordinate representation of color #D85C40: hue angle of 11.05º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D85C40 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 92 64 -
CMYK 0 0.57 0.70 0.15
HSL 11.05º 0.66% 0.55% -
HSV(B) 11.05º 0.7% 0.85% -
XYZ 33.07 22.62 7.47 -
YUV 125.88 93.08 192.28 -
System Red Green Blue C M Y K H S L
Decimal 216 92 64 0 0.57 0.70 0.15 11.05 0.66 0.55
Hex D8 5C 40 0 39 46 F B 42 37
Octal 330 134 100 0 71 106 17 13 102 67
Binary 11011000 1011100 1000000 0 111001 1000110 1111 1011 1000010 110111

Color Harmonies of #D85C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C40

Black with #D85C40

Text Example


Text Example

White with #D85C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C40; }

 p { color: rgb(216,92,64); }

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

background-color css

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

 a { background-color: rgb(216,92,64); }

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

border-color css

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

 span { border-color: rgb(216,92,64); }

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