#D05D59

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

Shades of Indian Red #D05D59

Tints of Indian Red #D05D59

Color information

#D05D59 (or 0xD05D59) is unknown color: approx Indian Red. HEX triplet: D0, 5D and 59. RGB value is (208,93,89). Sum of RGB (Red+Green+Blue) = 208+93+89=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D59 is #2FA2A6. Grayscale: #7F7F7F. Windows color (decimal): -3121831 or 5856720. OLE color: 5856720.

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

Color convert

RGB2089389-
CMYK00.550.570.18
HSL2.02º55.87%58.24%-
HSV(B)2.02º57.21%81.57%-
XYZ31.7321.9612.02-
YUV126.93106.6185.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.33%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 89 (35.16% from 255) = 22.82%
R=53.33%
G=23.85%
B=22.82%

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
Decimal208938900.550.570.182.0255.8758.24
HexD05D5903739122383a
Octal320135131067712227072
Binary110100001011101101100101101111110011001010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D59; }

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

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

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

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

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

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

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

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