#D15F58

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

Shades of Indian Red #D15F58

Tints of Indian Red #D15F58

Color information

#D15F58 (or 0xD15F58) is unknown color: approx Indian Red. HEX triplet: D1, 5F and 58. RGB value is (209,95,88). Sum of RGB (Red+Green+Blue) = 209+95+88=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F58 is #2EA0A7. Grayscale: #808080. Windows color (decimal): -3055784 or 5791697. OLE color: 5791697.

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

Color convert

RGB2099588-
CMYK00.550.580.18
HSL3.47º56.81%58.24%-
HSV(B)3.47º57.89%81.96%-
XYZ32.1522.4411.87-
YUV128.29105.27185.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.32%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=53.32%
G=24.23%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209958800.550.580.183.4756.8158.24
HexD15F580373A123393a
Octal321137130067722237172
Binary110100011011111101100001101111110101001011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F58; }

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

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

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

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

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

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

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

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