#D05958

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

Shades of Indian Red #D05958

Tints of Indian Red #D05958

Color information

#D05958 (or 0xD05958) is unknown color: approx Indian Red. HEX triplet: D0, 59 and 58. RGB value is (208,89,88). Sum of RGB (Red+Green+Blue) = 208+89+88=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D05958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05958 is #2FA6A7. Grayscale: #7C7C7C. Windows color (decimal): -3122856 or 5790160. OLE color: 5790160.

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

Color convert

RGB2088988-
CMYK00.570.580.18
HSL0.5º56.07%58.04%-
HSV(B)0.5º57.69%81.57%-
XYZ31.3521.2611.68-
YUV124.47107.42187.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=54.03%
G=23.12%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208898800.570.580.180.556.0758.04
HexD059580393A121383a
Octal320131130071722217072
Binary11010000101100110110000111001111010100101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05958; }

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

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

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

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

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

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

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

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