#D6513C

Color #D6513C Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D6513C

Tints of Dark Coral #D6513C

Color information

#D6513C (or 0xD6513C) is unknown color: approx Dark Coral. HEX triplet: D6, 51 and 3C. RGB value is (214,81,60). Sum of RGB (Red+Green+Blue) = 214+81+60=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6513C is #29AEC3. Grayscale: #767676. Windows color (decimal): -2731716 or 3953110. OLE color: 3953110.

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

Color convert

RGB2148160-
CMYK00.620.720.16
HSL8.18º65.25%53.73%-
HSV(B)8.18º71.96%83.92%-
XYZ31.4920.516.57-
YUV118.3795.06196.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.28%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 60 (23.83% from 255) = 16.90%
R=60.28%
G=22.82%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214816000.620.720.168.1865.2553.73
HexD6513C03E481084136
Octal32612174076110201010166
Binary110101101010001111100011111010010001000010001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6513C; }

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

 H1.HeaderClassName
 {
   color: #D6513C;
 }
 .AnyTagClassName
 {
   color: #D6513C;
 }
</style>
background-color css

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

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

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

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

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

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