#D45D5D

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

Shades of Indian Red #D45D5D

Tints of Indian Red #D45D5D

Color information

#D45D5D (or 0xD45D5D) is unknown color: approx Indian Red. HEX triplet: D4, 5D and 5D. RGB value is (212,93,93). Sum of RGB (Red+Green+Blue) = 212+93+93=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45D5D is #2BA2A2. Grayscale: #808080. Windows color (decimal): -2859683 or 6118868. OLE color: 6118868.

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

Color convert

RGB2129393-
CMYK00.560.560.17
HSL58.05%59.8%-
HSV(B)56.13%83.14%-
XYZ33.0422.6212.98-
YUV128.58107.92187.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.27%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=53.27%
G=23.37%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212939300.560.560.17058.0559.8
HexD45D5D038381103a3c
Octal324135135070702107274
Binary11010100101110110111010111000111000100010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45D5D; }

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

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

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

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

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

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

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

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