#D45C5A

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

Shades of Indian Red #D45C5A

Tints of Indian Red #D45C5A

Color information

#D45C5A (or 0xD45C5A) is unknown color: approx Indian Red. HEX triplet: D4, 5C and 5A. RGB value is (212,92,90). Sum of RGB (Red+Green+Blue) = 212+92+90=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45C5A is #2BA3A5. Grayscale: #7F7F7F. Windows color (decimal): -2859942 or 5922004. OLE color: 5922004.

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

Color convert

RGB2129290-
CMYK00.570.580.17
HSL0.98º58.65%59.22%-
HSV(B)0.98º57.55%83.14%-
XYZ32.8222.3912.26-
YUV127.65106.76188.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.81%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=53.81%
G=23.35%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212929000.570.580.170.9858.6559.22
HexD45C5A0393A1113b3b
Octal324134132071722117373
Binary11010100101110010110100111001111010100011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45C5A; }

 p { color: rgb(212,92,90); }

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

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

 a { background-color: rgb(212,92,90); }

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

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

 span { border-color: rgb(212,92,90); }

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