#D15E48

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

Shades of Dark Coral #D15E48

Tints of Dark Coral #D15E48

Color information

#D15E48 (or 0xD15E48) is unknown color: approx Dark Coral. HEX triplet: D1, 5E and 48. RGB value is (209,94,72). Sum of RGB (Red+Green+Blue) = 209+94+72=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E48 is #2EA1B7. Grayscale: #7E7E7E. Windows color (decimal): -3056056 or 4742865. OLE color: 4742865.

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

Color convert

RGB2099472-
CMYK00.550.660.18
HSL9.64º59.83%55.1%-
HSV(B)9.64º65.55%81.96%-
XYZ31.4722.038.72-
YUV125.8897.6187.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.73%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=55.73%
G=25.07%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209947200.550.660.189.6459.8355.1
HexD15E480374212a3c37
Octal32113611006710222127467
Binary110100011011110100100001101111000010100101010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E48; }

 p { color: rgb(209,94,72); }

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

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

 a { background-color: rgb(209,94,72); }

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

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

 span { border-color: rgb(209,94,72); }

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