#D15545

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

Shades of Dark Coral #D15545

Tints of Dark Coral #D15545

Color information

#D15545 (or 0xD15545) is unknown color: approx Dark Coral. HEX triplet: D1, 55 and 45. RGB value is (209,85,69). Sum of RGB (Red+Green+Blue) = 209+85+69=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D15545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15545 is #2EAABA. Grayscale: #787878. Windows color (decimal): -3058363 or 4543953. OLE color: 4543953.

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

Color convert

RGB2098569-
CMYK00.590.670.18
HSL6.86º60.34%54.51%-
HSV(B)6.86º66.99%81.96%-
XYZ30.6220.487.97-
YUV120.2599.08191.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.58%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=57.58%
G=23.42%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209856900.590.670.186.8660.3454.51
HexD1554503B431273c37
Octal3211251050731032277467
Binary11010001101010110001010111011100001110010111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15545; }

 p { color: rgb(209,85,69); }

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

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

 a { background-color: rgb(209,85,69); }

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

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

 span { border-color: rgb(209,85,69); }

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