Html Css Color HEX #D65C44 Dark Coral

📋 copy color: '#D65C44'

red 214 ◦ green 92 ◦ blue 68

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

Shades of Dark Coral #D65C44

Tints of Dark Coral #D65C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 57.22%
G = 24.6%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D65C44 (or 0xD65C44) is known color: Dark Coral. HEX triplet: D6, 5C and 44. RGB value is (214,92,68). Sum of RGB (Red+Green+Blue) = 214+92+68=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C44 is #29A3BB. Grayscale: #7D7D7D. Windows color (decimal): -2728892 or 4480214. OLE color: 4480214.

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

Color convert

RGB 214 92 68 -
CMYK 0 0.57 0.68 0.16
HSL 9.86º 0.64% 0.55% -
HSV(B) 9.86º 0.68% 0.84% -
XYZ 32.6 22.37 8.07 -
YUV 125.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 214 92 68 0 0.57 0.68 0.16 9.86 0.64 0.55
Hex D6 5C 44 0 39 44 10 A 40 37
Octal 326 134 104 0 71 104 20 12 100 67
Binary 11010110 1011100 1000100 0 111001 1000100 10000 1010 1000000 110111

Color Harmonies of #D65C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C44

Black with #D65C44

Text Example


Text Example

White with #D65C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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