#D15D48

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

Shades of Dark Coral #D15D48

Tints of Dark Coral #D15D48

Color information

#D15D48 (or 0xD15D48) is unknown color: approx Dark Coral. HEX triplet: D1, 5D and 48. RGB value is (209,93,72). Sum of RGB (Red+Green+Blue) = 209+93+72=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15D48 is #2EA2B7. Grayscale: #7D7D7D. Windows color (decimal): -3056312 or 4742609. OLE color: 4742609.

HSL color Cylindrical-coordinate representation of color #D15D48: hue angle of 9.2º 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 #D15D48 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB2099372-
CMYK00.560.660.18
HSL9.2º59.83%55.1%-
HSV(B)9.2º65.55%81.96%-
XYZ31.3821.858.69-
YUV125.2997.93187.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.88%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=55.88%
G=24.87%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209937200.560.660.189.259.8355.1
HexD15D48038421293c37
Octal32113511007010222117467
Binary110100011011101100100001110001000010100101001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15D48; }

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

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

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

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

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

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

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

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