Html Css Color HEX #D6513A Dark Coral

📋 copy color: '#D6513A'

red 214 ◦ green 81 ◦ blue 58

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

Shades of Dark Coral #D6513A

Tints of Dark Coral #D6513A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.43%

R = 60.62%
G = 22.95%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6513A (or 0xD6513A) is known color: Dark Coral. HEX triplet: D6, 51 and 3A. RGB value is (214,81,58). Sum of RGB (Red+Green+Blue) = 214+81+58=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D6513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6513A is #29AEC5. Grayscale: #767676. Windows color (decimal): -2731718 or 3822038. OLE color: 3822038.

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

Color convert

RGB 214 81 58 -
CMYK 0 0.62 0.73 0.16
HSL 8.85º 0.66% 0.53% -
HSV(B) 8.85º 0.73% 0.84% -
XYZ 31.44 20.49 6.3 -
YUV 118.15 94.06 196.37 -
System Red Green Blue C M Y K H S L
Decimal 214 81 58 0 0.62 0.73 0.16 8.85 0.66 0.53
Hex D6 51 3A 0 3E 49 10 9 42 35
Octal 326 121 72 0 76 111 20 11 102 65
Binary 11010110 1010001 111010 0 111110 1001001 10000 1001 1000010 110101

Color Harmonies of #D6513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6513A

Black with #D6513A

Text Example


Text Example

White with #D6513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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