Html Css Color HEX #D6503F Dark Coral

📋 copy color: '#D6503F'

red 214 ◦ green 80 ◦ blue 63

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

Shades of Dark Coral #D6503F

Tints of Dark Coral #D6503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.41%

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

R = 59.94%
G = 22.41%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6503F (or 0xD6503F) is known color: Dark Coral. HEX triplet: D6, 50 and 3F. RGB value is (214,80,63). Sum of RGB (Red+Green+Blue) = 214+80+63=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6503F is #29AFC0. Grayscale: #767676. Windows color (decimal): -2731969 or 4149462. OLE color: 4149462.

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

Color convert

RGB 214 80 63 -
CMYK 0 0.63 0.71 0.16
HSL 6.75º 0.65% 0.54% -
HSV(B) 6.75º 0.71% 0.84% -
XYZ 31.5 20.39 6.98 -
YUV 118.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 214 80 63 0 0.63 0.71 0.16 6.75 0.65 0.54
Hex D6 50 3F 0 3F 47 10 7 41 36
Octal 326 120 77 0 77 107 20 7 101 66
Binary 11010110 1010000 111111 0 111111 1000111 10000 111 1000001 110110

Color Harmonies of #D6503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6503F

Black with #D6503F

Text Example


Text Example

White with #D6503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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