Html Css Color HEX #D5614C Dark Coral

📋 copy color: '#D5614C'

red 213 ◦ green 97 ◦ blue 76

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

Shades of Dark Coral #D5614C

Tints of Dark Coral #D5614C

RGB

 RED value IS 213 (83.59% from 255) = 55.18%

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

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 55.18%
G = 25.13%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5614C (or 0xD5614C) is known color: Dark Coral. HEX triplet: D5, 61 and 4C. RGB value is (213,97,76). Sum of RGB (Red+Green+Blue) = 213+97+76=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5614C is #2A9EB3. Grayscale: #818181. Windows color (decimal): -2793140 or 5005781. OLE color: 5005781.

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

Color convert

RGB 213 97 76 -
CMYK 0 0.54 0.64 0.16
HSL 9.2º 0.62% 0.57% -
HSV(B) 9.2º 0.64% 0.84% -
XYZ 33.02 23.22 9.58 -
YUV 129.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 213 97 76 0 0.54 0.64 0.16 9.2 0.62 0.57
Hex D5 61 4C 0 36 40 10 9 3E 39
Octal 325 141 114 0 66 100 20 11 76 71
Binary 11010101 1100001 1001100 0 110110 1000000 10000 1001 111110 111001

Color Harmonies of #D5614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5614C

Black with #D5614C

Text Example


Text Example

White with #D5614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5614C; }

 p { color: rgb(213,97,76); }

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

background-color css

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

 a { background-color: rgb(213,97,76); }

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

border-color css

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

 span { border-color: rgb(213,97,76); }

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