Html Css Color HEX #D6513F Dark Coral

📋 copy color: '#D6513F'

red 214 ◦ green 81 ◦ blue 63

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

Shades of Dark Coral #D6513F

Tints of Dark Coral #D6513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.63%

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

R = 59.78%
G = 22.63%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6513F (or 0xD6513F) is known color: Dark Coral. HEX triplet: D6, 51 and 3F. RGB value is (214,81,63). Sum of RGB (Red+Green+Blue) = 214+81+63=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6513F is #29AEC0. Grayscale: #767676. Windows color (decimal): -2731713 or 4149718. OLE color: 4149718.

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

Color convert

RGB 214 81 63 -
CMYK 0 0.62 0.71 0.16
HSL 7.15º 0.65% 0.54% -
HSV(B) 7.15º 0.71% 0.84% -
XYZ 31.57 20.54 7 -
YUV 118.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 214 81 63 0 0.62 0.71 0.16 7.15 0.65 0.54
Hex D6 51 3F 0 3E 47 10 7 41 36
Octal 326 121 77 0 76 107 20 7 101 66
Binary 11010110 1010001 111111 0 111110 1000111 10000 111 1000001 110110

Color Harmonies of #D6513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6513F

Black with #D6513F

Text Example


Text Example

White with #D6513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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