Html Css Color HEX #D95C40 Dark Coral

📋 copy color: '#D95C40'

red 217 ◦ green 92 ◦ blue 64

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

Shades of Dark Coral #D95C40

Tints of Dark Coral #D95C40

RGB

 RED value IS 217 (85.16% from 255) = 58.18%

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

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

R = 58.18%
G = 24.66%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D95C40 (or 0xD95C40) is known color: Dark Coral. HEX triplet: D9, 5C and 40. RGB value is (217,92,64). Sum of RGB (Red+Green+Blue) = 217+92+64=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95C40 is #26A3BF. Grayscale: #7E7E7E. Windows color (decimal): -2532288 or 4218073. OLE color: 4218073.

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

Color convert

RGB 217 92 64 -
CMYK 0 0.58 0.71 0.15
HSL 10.98º 0.67% 0.55% -
HSV(B) 10.98º 0.71% 0.85% -
XYZ 33.37 22.78 7.49 -
YUV 126.18 92.91 192.78 -
System Red Green Blue C M Y K H S L
Decimal 217 92 64 0 0.58 0.71 0.15 10.98 0.67 0.55
Hex D9 5C 40 0 3A 47 F B 43 37
Octal 331 134 100 0 72 107 17 13 103 67
Binary 11011001 1011100 1000000 0 111010 1000111 1111 1011 1000011 110111

Color Harmonies of #D95C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C40

Black with #D95C40

Text Example


Text Example

White with #D95C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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