#D1615E

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

Shades of Indian Red #D1615E

Tints of Indian Red #D1615E

Color information

#D1615E (or 0xD1615E) is unknown color: approx Indian Red. HEX triplet: D1, 61 and 5E. RGB value is (209,97,94). Sum of RGB (Red+Green+Blue) = 209+97+94=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1615E is #2E9EA1. Grayscale: #828282. Windows color (decimal): -3055266 or 6185425. OLE color: 6185425.

HSL color Cylindrical-coordinate representation of color #D1615E: hue angle of 1.57º 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 #D1615E is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB2099794-
CMYK00.540.550.18
HSL1.57º55.56%59.41%-
HSV(B)1.57º55.02%81.96%-
XYZ32.5922.9113.29-
YUV130.15107.61184.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.25%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=52.25%
G=24.25%
B=23.5%

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
Decimal209979400.540.550.181.5755.5659.41
HexD1615E03637122383b
Octal321141136066672227073
Binary110100011100001101111001101101101111001010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1615E; }

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

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

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

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

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

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

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

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