Html Css Color HEX #D65E47 Dark Coral

📋 copy color: '#D65E47'

red 214 ◦ green 94 ◦ blue 71

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

Shades of Dark Coral #D65E47

Tints of Dark Coral #D65E47

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 71 (28.13% from 255) = 18.73%

R = 56.46%
G = 24.8%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D65E47 (or 0xD65E47) is known color: Dark Coral. HEX triplet: D6, 5E and 47. RGB value is (214,94,71). Sum of RGB (Red+Green+Blue) = 214+94+71=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E47 is #29A1B8. Grayscale: #7F7F7F. Windows color (decimal): -2728377 or 4677334. OLE color: 4677334.

HSL color Cylindrical-coordinate representation of color #D65E47: hue angle of 9.65º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D65E47 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 71 -
CMYK 0 0.56 0.67 0.16
HSL 9.65º 0.64% 0.56% -
HSV(B) 9.65º 0.67% 0.84% -
XYZ 32.87 22.76 8.62 -
YUV 127.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 214 94 71 0 0.56 0.67 0.16 9.65 0.64 0.56
Hex D6 5E 47 0 38 43 10 A 40 38
Octal 326 136 107 0 70 103 20 12 100 70
Binary 11010110 1011110 1000111 0 111000 1000011 10000 1010 1000000 111000

Color Harmonies of #D65E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E47

Black with #D65E47

Text Example


Text Example

White with #D65E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E47; }

 p { color: rgb(214,94,71); }

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

background-color css

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

 a { background-color: rgb(214,94,71); }

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

border-color css

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

 span { border-color: rgb(214,94,71); }

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