#D45957

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

Shades of Indian Red #D45957

Tints of Indian Red #D45957

Color information

#D45957 (or 0xD45957) is unknown color: approx Indian Red. HEX triplet: D4, 59 and 57. RGB value is (212,89,87). Sum of RGB (Red+Green+Blue) = 212+89+87=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D45957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45957 is #2BA6A8. Grayscale: #7D7D7D. Windows color (decimal): -2860713 or 5724628. OLE color: 5724628.

HSL color Cylindrical-coordinate representation of color #D45957: hue angle of 0.96º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45957 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB2128987-
CMYK00.580.590.17
HSL0.96º59.24%58.63%-
HSV(B)0.96º58.96%83.14%-
XYZ32.4421.8311.52-
YUV125.55106.25189.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.64%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=54.64%
G=22.94%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212898700.580.590.170.9659.2458.63
HexD4595703A3B1113b3b
Octal324131127072732117373
Binary11010100101100110101110111010111011100011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45957; }

 p { color: rgb(212,89,87); }

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

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

 a { background-color: rgb(212,89,87); }

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

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

 span { border-color: rgb(212,89,87); }

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