#D15140

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

Shades of Dark Coral #D15140

Tints of Dark Coral #D15140

Color information

#D15140 (or 0xD15140) is unknown color: approx Dark Coral. HEX triplet: D1, 51 and 40. RGB value is (209,81,64). Sum of RGB (Red+Green+Blue) = 209+81+64=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D15140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15140 is #2EAEBF. Grayscale: #757575. Windows color (decimal): -3059392 or 4215249. OLE color: 4215249.

HSL color Cylindrical-coordinate representation of color #D15140: hue angle of 7.03º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D15140 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB2098164-
CMYK00.610.690.18
HSL7.03º61.18%53.53%-
HSV(B)7.03º69.38%81.96%-
XYZ30.1619.817.08-
YUV117.3397.91193.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.04%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=59.04%
G=22.88%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209816400.610.690.187.0361.1853.53
HexD1514003D451273d36
Octal3211211000751052277566
Binary11010001101000110000000111101100010110010111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15140; }

 p { color: rgb(209,81,64); }

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

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

 a { background-color: rgb(209,81,64); }

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

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

 span { border-color: rgb(209,81,64); }

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