#D16362

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

Shades of Indian Red #D16362

Tints of Indian Red #D16362

Color information

#D16362 (or 0xD16362) is unknown color: approx Indian Red. HEX triplet: D1, 63 and 62. RGB value is (209,99,98). Sum of RGB (Red+Green+Blue) = 209+99+98=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D16362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16362 is #2E9C9D. Grayscale: #838383. Windows color (decimal): -3054750 or 6448081. OLE color: 6448081.

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

Color convert

RGB2099998-
CMYK00.530.530.18
HSL0.54º54.68%60.2%-
HSV(B)0.54º53.11%81.96%-
XYZ32.9623.3614.33-
YUV131.78108.94183.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.48%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 98 (38.67% from 255) = 24.14%
R=51.48%
G=24.38%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209999800.530.530.180.5454.6860.2
HexD1636203535121373c
Octal321143142065652216774
Binary11010001110001111000100110101110101100101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16362; }

 p { color: rgb(209,99,98); }

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

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

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

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

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

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

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