Html Css Color HEX #D85F40 Dark Coral

📋 copy color: '#D85F40'

red 216 ◦ green 95 ◦ blue 64

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

Shades of Dark Coral #D85F40

Tints of Dark Coral #D85F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

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

R = 57.6%
G = 25.33%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85F40 (or 0xD85F40) is known color: Dark Coral. HEX triplet: D8, 5F and 40. RGB value is (216,95,64). Sum of RGB (Red+Green+Blue) = 216+95+64=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F40 is #27A0BF. Grayscale: #7F7F7F. Windows color (decimal): -2597056 or 4218840. OLE color: 4218840.

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

Color convert

RGB 216 95 64 -
CMYK 0 0.56 0.70 0.15
HSL 12.24º 0.66% 0.55% -
HSV(B) 12.24º 0.7% 0.85% -
XYZ 33.34 23.15 7.56 -
YUV 127.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 216 95 64 0 0.56 0.70 0.15 12.24 0.66 0.55
Hex D8 5F 40 0 38 46 F C 42 37
Octal 330 137 100 0 70 106 17 14 102 67
Binary 11011000 1011111 1000000 0 111000 1000110 1111 1100 1000010 110111

Color Harmonies of #D85F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F40

Black with #D85F40

Text Example


Text Example

White with #D85F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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