Html Css Color HEX #D6614A Dark Coral

📋 copy color: '#D6614A'

red 214 ◦ green 97 ◦ blue 74

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

Shades of Dark Coral #D6614A

Tints of Dark Coral #D6614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.19%

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 55.58%
G = 25.19%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6614A (or 0xD6614A) is known color: Dark Coral. HEX triplet: D6, 61 and 4A. RGB value is (214,97,74). Sum of RGB (Red+Green+Blue) = 214+97+74=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D6614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6614A is #299EB5. Grayscale: #818181. Windows color (decimal): -2727606 or 4874710. OLE color: 4874710.

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

Color convert

RGB 214 97 74 -
CMYK 0 0.55 0.65 0.16
HSL 9.86º 0.63% 0.56% -
HSV(B) 9.86º 0.65% 0.84% -
XYZ 33.24 23.34 9.23 -
YUV 129.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 214 97 74 0 0.55 0.65 0.16 9.86 0.63 0.56
Hex D6 61 4A 0 37 41 10 A 3F 38
Octal 326 141 112 0 67 101 20 12 77 70
Binary 11010110 1100001 1001010 0 110111 1000001 10000 1010 111111 111000

Color Harmonies of #D6614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6614A

Black with #D6614A

Text Example


Text Example

White with #D6614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6614A; }

 p { color: rgb(214,97,74); }

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

background-color css

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

 a { background-color: rgb(214,97,74); }

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

border-color css

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

 span { border-color: rgb(214,97,74); }

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