Html Css Color HEX #D6563B Dark Coral

📋 copy color: '#D6563B'

red 214 ◦ green 86 ◦ blue 59

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

Shades of Dark Coral #D6563B

Tints of Dark Coral #D6563B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.43%

R = 59.61%
G = 23.96%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6563B (or 0xD6563B) is known color: Dark Coral. HEX triplet: D6, 56 and 3B. RGB value is (214,86,59). Sum of RGB (Red+Green+Blue) = 214+86+59=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6563B is #29A9C4. Grayscale: #797979. Windows color (decimal): -2730437 or 3888854. OLE color: 3888854.

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

Color convert

RGB 214 86 59 -
CMYK 0 0.60 0.72 0.16
HSL 10.45º 0.65% 0.54% -
HSV(B) 10.45º 0.72% 0.84% -
XYZ 31.85 21.27 6.56 -
YUV 121.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 214 86 59 0 0.60 0.72 0.16 10.45 0.65 0.54
Hex D6 56 3B 0 3C 48 10 A 41 36
Octal 326 126 73 0 74 110 20 12 101 66
Binary 11010110 1010110 111011 0 111100 1001000 10000 1010 1000001 110110

Color Harmonies of #D6563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6563B

Black with #D6563B

Text Example


Text Example

White with #D6563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6563B; }

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

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

background-color css

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

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

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

border-color css

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

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

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