#D16565

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

Shades of Indian Red #D16565

Tints of Indian Red #D16565

Color information

#D16565 (or 0xD16565) is unknown color: approx Indian Red. HEX triplet: D1, 65 and 65. RGB value is (209,101,101). Sum of RGB (Red+Green+Blue) = 209+101+101=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D16565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16565 is #2E9A9A. Grayscale: #858585. Windows color (decimal): -3054235 or 6645201. OLE color: 6645201.

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

Color convert

RGB209101101-
CMYK00.520.520.18
HSL54%60.78%-
HSV(B)51.67%81.96%-
XYZ33.323.815.15-
YUV133.29109.78182-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.85%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=50.85%
G=24.57%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910110100.520.520.1805460.78
HexD1656503434120363d
Octal321145145064642206675
Binary11010001110010111001010110100110100100100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16565; }

 p { color: rgb(209,101,101); }

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

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

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

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

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

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

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