#D15F59

Color #D15F59 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #D15F59

Tints of Indian Red #D15F59

Color information

#D15F59 (or 0xD15F59) is unknown color: approx Indian Red. HEX triplet: D1, 5F and 59. RGB value is (209,95,89). Sum of RGB (Red+Green+Blue) = 209+95+89=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F59 is #2EA0A6. Grayscale: #808080. Windows color (decimal): -3055783 or 5857233. OLE color: 5857233.

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

Color convert

RGB2099589-
CMYK00.550.570.18
HSL56.6%58.43%-
HSV(B)57.42%81.96%-
XYZ32.1922.4612.09-
YUV128.4105.77185.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=53.18%
G=24.17%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209958900.550.570.18356.658.43
HexD15F5903739123393a
Octal321137131067712237172
Binary110100011011111101100101101111110011001011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F59; }

 p { color: rgb(209,95,89); }

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

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

 a { background-color: rgb(209,95,89); }

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

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

 span { border-color: rgb(209,95,89); }

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