Html Css Color HEX #D65D46 Dark Coral

📋 copy color: '#D65D46'

red 214 ◦ green 93 ◦ blue 70

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

Shades of Dark Coral #D65D46

Tints of Dark Coral #D65D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 56.76%
G = 24.67%
B = 18.57%

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

#D65D46 (or 0xD65D46) is known color: Dark Coral. HEX triplet: D6, 5D and 46. RGB value is (214,93,70). Sum of RGB (Red+Green+Blue) = 214+93+70=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D46 is #29A2B9. Grayscale: #7E7E7E. Windows color (decimal): -2728634 or 4611542. OLE color: 4611542.

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

Color convert

RGB 214 93 70 -
CMYK 0 0.57 0.67 0.16
HSL 9.58º 0.64% 0.56% -
HSV(B) 9.58º 0.67% 0.84% -
XYZ 32.75 22.57 8.42 -
YUV 126.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 214 93 70 0 0.57 0.67 0.16 9.58 0.64 0.56
Hex D6 5D 46 0 39 43 10 A 40 38
Octal 326 135 106 0 71 103 20 12 100 70
Binary 11010110 1011101 1000110 0 111001 1000011 10000 1010 1000000 111000

Color Harmonies of #D65D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D46

Black with #D65D46

Text Example


Text Example

White with #D65D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D46; }

 p { color: rgb(214,93,70); }

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

background-color css

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

 a { background-color: rgb(214,93,70); }

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

border-color css

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

 span { border-color: rgb(214,93,70); }

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