#D15E58

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

Shades of Indian Red #D15E58

Tints of Indian Red #D15E58

Color information

#D15E58 (or 0xD15E58) is unknown color: approx Indian Red. HEX triplet: D1, 5E and 58. RGB value is (209,94,88). Sum of RGB (Red+Green+Blue) = 209+94+88=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E58 is #2EA1A7. Grayscale: #7F7F7F. Windows color (decimal): -3056040 or 5791441. OLE color: 5791441.

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

Color convert

RGB2099488-
CMYK00.550.580.18
HSL2.98º56.81%58.24%-
HSV(B)2.98º57.89%81.96%-
XYZ32.0622.2711.84-
YUV127.7105.6185.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=53.45%
G=24.04%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209948800.550.580.182.9856.8158.24
HexD15E580373A123393a
Octal321136130067722237172
Binary110100011011110101100001101111110101001011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E58; }

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

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

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

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

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

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

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

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