#D15D56

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

Shades of Indian Red #D15D56

Tints of Indian Red #D15D56

Color information

#D15D56 (or 0xD15D56) is unknown color: approx Indian Red. HEX triplet: D1, 5D and 56. RGB value is (209,93,86). Sum of RGB (Red+Green+Blue) = 209+93+86=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D56 is #2EA2A9. Grayscale: #7F7F7F. Windows color (decimal): -3056298 or 5660113. OLE color: 5660113.

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

Color convert

RGB2099386-
CMYK00.560.590.18
HSL3.41º57.21%57.84%-
HSV(B)3.41º58.85%81.96%-
XYZ31.8922.0611.38-
YUV126.89104.93186.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.87%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=53.87%
G=23.97%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209938600.560.590.183.4157.2157.84
HexD15D560383B123393a
Octal321135126070732237172
Binary110100011011101101011001110001110111001011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15D56; }

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

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

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

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

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

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

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

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