#D9513C

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

Shades of Dark Coral #D9513C

Tints of Dark Coral #D9513C

Color information

#D9513C (or 0xD9513C) is unknown color: approx Dark Coral. HEX triplet: D9, 51 and 3C. RGB value is (217,81,60). Sum of RGB (Red+Green+Blue) = 217+81+60=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9513C is #26AEC3. Grayscale: #777777. Windows color (decimal): -2535108 or 3953113. OLE color: 3953113.

HSL color Cylindrical-coordinate representation of color #D9513C: hue angle of 8.03º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9513C is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB2178160-
CMYK00.630.720.15
HSL8.03º67.38%54.31%-
HSV(B)8.03º72.35%85.1%-
XYZ32.3720.966.61-
YUV119.2794.56197.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.61%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 60 (23.83% from 255) = 16.76%
R=60.61%
G=22.63%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217816000.630.720.158.0367.3854.31
HexD9513C03F48F84336
Octal33112174077110171010366
Binary11011001101000111110001111111001000111110001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9513C; }

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

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

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

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

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

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

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

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