#D1615F

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

Shades of Indian Red #D1615F

Tints of Indian Red #D1615F

Color information

#D1615F (or 0xD1615F) is unknown color: approx Indian Red. HEX triplet: D1, 61 and 5F. RGB value is (209,97,95). Sum of RGB (Red+Green+Blue) = 209+97+95=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1615F is #2E9EA0. Grayscale: #828282. Windows color (decimal): -3055265 or 6250961. OLE color: 6250961.

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

Color convert

RGB2099795-
CMYK00.540.550.18
HSL1.05º55.34%59.61%-
HSV(B)1.05º54.55%81.96%-
XYZ32.6322.9313.53-
YUV130.26108.11184.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.12%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=52.12%
G=24.19%
B=23.69%

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
Decimal209979500.540.550.181.0555.3459.61
HexD1615F03637121373c
Octal321141137066672216774
Binary11010001110000110111110110110110111100101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1615F; }

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

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

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

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

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

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

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

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