#D25D56

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

Shades of Indian Red #D25D56

Tints of Indian Red #D25D56

Color information

#D25D56 (or 0xD25D56) is unknown color: approx Indian Red. HEX triplet: D2, 5D and 56. RGB value is (210,93,86). Sum of RGB (Red+Green+Blue) = 210+93+86=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D56 is #2DA2A9. Grayscale: #7F7F7F. Windows color (decimal): -2990762 or 5660114. OLE color: 5660114.

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

Color convert

RGB2109386-
CMYK00.560.590.18
HSL3.39º57.94%58.04%-
HSV(B)3.39º59.05%82.35%-
XYZ32.1722.211.39-
YUV127.18104.76187.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.98%
GREEN value IS 93 (36.72% from 255) = 23.91%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=53.98%
G=23.91%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210938600.560.590.183.3957.9458.04
HexD25D560383B1233a3a
Octal322135126070732237272
Binary110100101011101101011001110001110111001011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25D56; }

 p { color: rgb(210,93,86); }

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

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

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

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

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

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

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