#D05E59

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

Shades of Indian Red #D05E59

Tints of Indian Red #D05E59

Color information

#D05E59 (or 0xD05E59) is unknown color: approx Indian Red. HEX triplet: D0, 5E and 59. RGB value is (208,94,89). Sum of RGB (Red+Green+Blue) = 208+94+89=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E59 is #2FA1A6. Grayscale: #7F7F7F. Windows color (decimal): -3121575 or 5856976. OLE color: 5856976.

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

Color convert

RGB2089489-
CMYK00.550.570.18
HSL2.52º55.87%58.24%-
HSV(B)2.52º57.21%81.57%-
XYZ31.8222.1412.05-
YUV127.52106.27185.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.20%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=53.20%
G=24.04%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208948900.550.570.182.5255.8758.24
HexD05E5903739123383a
Octal320136131067712237072
Binary110100001011110101100101101111110011001011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05E59; }

 p { color: rgb(208,94,89); }

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

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

 a { background-color: rgb(208,94,89); }

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

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

 span { border-color: rgb(208,94,89); }

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