Html Css Color HEX #D65C45 Dark Coral

📋 copy color: '#D65C45'

red 214 ◦ green 92 ◦ blue 69

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

Shades of Dark Coral #D65C45

Tints of Dark Coral #D65C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 57.07%
G = 24.53%
B = 18.4%

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

#D65C45 (or 0xD65C45) is known color: Dark Coral. HEX triplet: D6, 5C and 45. RGB value is (214,92,69). Sum of RGB (Red+Green+Blue) = 214+92+69=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C45 is #29A3BA. Grayscale: #7E7E7E. Windows color (decimal): -2728891 or 4545750. OLE color: 4545750.

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

Color convert

RGB 214 92 69 -
CMYK 0 0.57 0.68 0.16
HSL 9.52º 0.64% 0.55% -
HSV(B) 9.52º 0.68% 0.84% -
XYZ 32.63 22.38 8.23 -
YUV 125.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 214 92 69 0 0.57 0.68 0.16 9.52 0.64 0.55
Hex D6 5C 45 0 39 44 10 A 40 37
Octal 326 134 105 0 71 104 20 12 100 67
Binary 11010110 1011100 1000101 0 111001 1000100 10000 1010 1000000 110111

Color Harmonies of #D65C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C45

Black with #D65C45

Text Example


Text Example

White with #D65C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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