Html Css Color HEX #D65C47 Dark Coral

📋 copy color: '#D65C47'

red 214 ◦ green 92 ◦ blue 71

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

Shades of Dark Coral #D65C47

Tints of Dark Coral #D65C47

RGB

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

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

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

R = 56.76%
G = 24.4%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D65C47 (or 0xD65C47) is known color: Dark Coral. HEX triplet: D6, 5C and 47. RGB value is (214,92,71). Sum of RGB (Red+Green+Blue) = 214+92+71=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C47 is #29A3B8. Grayscale: #7E7E7E. Windows color (decimal): -2728889 or 4676822. OLE color: 4676822.

HSL color Cylindrical-coordinate representation of color #D65C47: hue angle of 8.81º 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 #D65C47 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 92 71 -
CMYK 0 0.57 0.67 0.16
HSL 8.81º 0.64% 0.56% -
HSV(B) 8.81º 0.67% 0.84% -
XYZ 32.7 22.41 8.56 -
YUV 126.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 214 92 71 0 0.57 0.67 0.16 8.81 0.64 0.56
Hex D6 5C 47 0 39 43 10 9 40 38
Octal 326 134 107 0 71 103 20 11 100 70
Binary 11010110 1011100 1000111 0 111001 1000011 10000 1001 1000000 111000

Color Harmonies of #D65C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C47

Black with #D65C47

Text Example


Text Example

White with #D65C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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