#D1605E

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

Shades of Indian Red #D1605E

Tints of Indian Red #D1605E

Color information

#D1605E (or 0xD1605E) is unknown color: approx Indian Red. HEX triplet: D1, 60 and 5E. RGB value is (209,96,94). Sum of RGB (Red+Green+Blue) = 209+96+94=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1605E is #2E9FA1. Grayscale: #818181. Windows color (decimal): -3055522 or 6185169. OLE color: 6185169.

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

Color convert

RGB2099694-
CMYK00.540.550.18
HSL1.04º55.56%59.41%-
HSV(B)1.04º55.02%81.96%-
XYZ32.522.7313.26-
YUV129.56107.94184.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.38%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=52.38%
G=24.06%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209969400.540.550.181.0455.5659.41
HexD1605E03637121383b
Octal321140136066672217073
Binary11010001110000010111100110110110111100101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1605E; }

 p { color: rgb(209,96,94); }

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

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

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

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

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

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

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