Html Css Color HEX #D65040 Dark Coral

📋 copy color: '#D65040'

red 214 ◦ green 80 ◦ blue 64

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

Shades of Dark Coral #D65040

Tints of Dark Coral #D65040

RGB

 RED value IS 214 (83.98% from 255) = 59.78%

 GREEN value IS 80 (31.64% from 255) = 22.35%

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

R = 59.78%
G = 22.35%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D65040 (or 0xD65040) is known color: Dark Coral. HEX triplet: D6, 50 and 40. RGB value is (214,80,64). Sum of RGB (Red+Green+Blue) = 214+80+64=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D65040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65040 is #29AFBF. Grayscale: #767676. Windows color (decimal): -2731968 or 4214998. OLE color: 4214998.

HSL color Cylindrical-coordinate representation of color #D65040: hue angle of 6.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D65040 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 64 -
CMYK 0 0.63 0.70 0.16
HSL 6.4º 0.65% 0.55% -
HSV(B) 6.4º 0.7% 0.84% -
XYZ 31.53 20.4 7.13 -
YUV 118.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 214 80 64 0 0.63 0.70 0.16 6.4 0.65 0.55
Hex D6 50 40 0 3F 46 10 6 41 37
Octal 326 120 100 0 77 106 20 6 101 67
Binary 11010110 1010000 1000000 0 111111 1000110 10000 110 1000001 110111

Color Harmonies of #D65040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65040

Black with #D65040

Text Example


Text Example

White with #D65040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65040; }

 p { color: rgb(214,80,64); }

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

background-color css

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

 a { background-color: rgb(214,80,64); }

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

border-color css

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

 span { border-color: rgb(214,80,64); }

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