#D15742

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

Shades of Dark Coral #D15742

Tints of Dark Coral #D15742

Color information

#D15742 (or 0xD15742) is unknown color: approx Dark Coral. HEX triplet: D1, 57 and 42. RGB value is (209,87,66). Sum of RGB (Red+Green+Blue) = 209+87+66=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D15742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15742 is #2EA8BD. Grayscale: #797979. Windows color (decimal): -3057854 or 4347857. OLE color: 4347857.

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

Color convert

RGB2098766-
CMYK00.580.680.18
HSL8.81º60.85%53.92%-
HSV(B)8.81º68.42%81.96%-
XYZ30.6920.777.54-
YUV121.0896.92190.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.73%
GREEN value IS 87 (34.38% from 255) = 24.03%
BLUE value IS 66 (26.17% from 255) = 18.23%
R=57.73%
G=24.03%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209876600.580.680.188.8160.8553.92
HexD1574203A441293d36
Octal32112710207210422117566
Binary110100011010111100001001110101000100100101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15742; }

 p { color: rgb(209,87,66); }

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

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

 a { background-color: rgb(209,87,66); }

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

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

 span { border-color: rgb(209,87,66); }

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