Html Css Color HEX #D6563F Dark Coral

📋 copy color: '#D6563F'

red 214 ◦ green 86 ◦ blue 63

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

Shades of Dark Coral #D6563F

Tints of Dark Coral #D6563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.69%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 58.95%
G = 23.69%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6563F (or 0xD6563F) is known color: Dark Coral. HEX triplet: D6, 56 and 3F. RGB value is (214,86,63). Sum of RGB (Red+Green+Blue) = 214+86+63=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6563F is #29A9C0. Grayscale: #797979. Windows color (decimal): -2730433 or 4150998. OLE color: 4150998.

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

Color convert

RGB 214 86 63 -
CMYK 0 0.60 0.71 0.16
HSL 9.14º 0.65% 0.54% -
HSV(B) 9.14º 0.71% 0.84% -
XYZ 31.96 21.31 7.13 -
YUV 121.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 214 86 63 0 0.60 0.71 0.16 9.14 0.65 0.54
Hex D6 56 3F 0 3C 47 10 9 41 36
Octal 326 126 77 0 74 107 20 11 101 66
Binary 11010110 1010110 111111 0 111100 1000111 10000 1001 1000001 110110

Color Harmonies of #D6563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6563F

Black with #D6563F

Text Example


Text Example

White with #D6563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6563F; }

 p { color: rgb(214,86,63); }

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

background-color css

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

 a { background-color: rgb(214,86,63); }

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

border-color css

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

 span { border-color: rgb(214,86,63); }

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