#D15F5D

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

Shades of Indian Red #D15F5D

Tints of Indian Red #D15F5D

Color information

#D15F5D (or 0xD15F5D) is unknown color: approx Indian Red. HEX triplet: D1, 5F and 5D. RGB value is (209,95,93). Sum of RGB (Red+Green+Blue) = 209+95+93=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F5D is #2EA0A2. Grayscale: #808080. Windows color (decimal): -3055779 or 6119377. OLE color: 6119377.

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

Color convert

RGB2099593-
CMYK00.550.560.18
HSL1.03º55.77%59.22%-
HSV(B)1.03º55.5%81.96%-
XYZ32.3622.5313-
YUV128.86107.77185.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.64%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=52.64%
G=23.93%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209959300.550.560.181.0355.7759.22
HexD15F5D03738121383b
Octal321137135067702217073
Binary11010001101111110111010110111111000100101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F5D; }

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

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

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

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

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

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

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

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