#D05C59

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

Shades of Indian Red #D05C59

Tints of Indian Red #D05C59

Color information

#D05C59 (or 0xD05C59) is unknown color: approx Indian Red. HEX triplet: D0, 5C and 59. RGB value is (208,92,89). Sum of RGB (Red+Green+Blue) = 208+92+89=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C59 is #2FA3A6. Grayscale: #7E7E7E. Windows color (decimal): -3122087 or 5856464. OLE color: 5856464.

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

Color convert

RGB2089289-
CMYK00.560.570.18
HSL1.51º55.87%58.24%-
HSV(B)1.51º57.21%81.57%-
XYZ31.6421.7911.99-
YUV126.34106.93186.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.47%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=53.47%
G=23.65%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208928900.560.570.181.5155.8758.24
HexD05C5903839122383a
Octal320134131070712227072
Binary110100001011100101100101110001110011001010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C59; }

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

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

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

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

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

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

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

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