Html Css Color HEX #D65F45 Dark Coral

📋 copy color: '#D65F45'

red 214 ◦ green 95 ◦ blue 69

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

Shades of Dark Coral #D65F45

Tints of Dark Coral #D65F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.13%

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

R = 56.61%
G = 25.13%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D65F45 (or 0xD65F45) is known color: Dark Coral. HEX triplet: D6, 5F and 45. RGB value is (214,95,69). Sum of RGB (Red+Green+Blue) = 214+95+69=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F45 is #29A0BA. Grayscale: #7F7F7F. Windows color (decimal): -2728123 or 4546518. OLE color: 4546518.

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

Color convert

RGB 214 95 69 -
CMYK 0 0.56 0.68 0.16
HSL 10.76º 0.64% 0.55% -
HSV(B) 10.76º 0.68% 0.84% -
XYZ 32.9 22.91 8.32 -
YUV 127.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 214 95 69 0 0.56 0.68 0.16 10.76 0.64 0.55
Hex D6 5F 45 0 38 44 10 B 40 37
Octal 326 137 105 0 70 104 20 13 100 67
Binary 11010110 1011111 1000101 0 111000 1000100 10000 1011 1000000 110111

Color Harmonies of #D65F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F45

Black with #D65F45

Text Example


Text Example

White with #D65F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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