#D45A5A

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

Shades of Indian Red #D45A5A

Tints of Indian Red #D45A5A

Color information

#D45A5A (or 0xD45A5A) is unknown color: approx Indian Red. HEX triplet: D4, 5A and 5A. RGB value is (212,90,90). Sum of RGB (Red+Green+Blue) = 212+90+90=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45A5A is #2BA5A5. Grayscale: #7E7E7E. Windows color (decimal): -2860454 or 5921492. OLE color: 5921492.

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

Color convert

RGB2129090-
CMYK00.580.580.17
HSL58.65%59.22%-
HSV(B)57.55%83.14%-
XYZ32.6522.0512.21-
YUV126.48107.42189-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.08%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=54.08%
G=22.96%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212909000.580.580.17058.6559.22
HexD45A5A03A3A1103b3b
Octal324132132072722107373
Binary11010100101101010110100111010111010100010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45A5A; }

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

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

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

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

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

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

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

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