#D1615D

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

Shades of Indian Red #D1615D

Tints of Indian Red #D1615D

Color information

#D1615D (or 0xD1615D) is unknown color: approx Indian Red. HEX triplet: D1, 61 and 5D. RGB value is (209,97,93). Sum of RGB (Red+Green+Blue) = 209+97+93=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1615D is #2E9EA2. Grayscale: #828282. Windows color (decimal): -3055267 or 6119889. OLE color: 6119889.

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

Color convert

RGB2099793-
CMYK00.540.560.18
HSL2.07º55.77%59.22%-
HSV(B)2.07º55.5%81.96%-
XYZ32.5422.913.06-
YUV130.03107.11184.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.38%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=52.38%
G=24.31%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209979300.540.560.182.0755.7759.22
HexD1615D03638122383b
Octal321141135066702227073
Binary110100011100001101110101101101110001001010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1615D; }

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

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

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

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

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

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

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

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