#d15656

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

Shades of Indian Red #D15656

Tints of Indian Red #D15656

Color information

#D15656 (or 0xD15656) is unknown color: approx Indian Red. HEX triplet: D1, 56 and 56. RGB value is (209,86,86). Sum of RGB (Red+Green+Blue) = 209+86+86=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D15656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15656 is #2EA9A9. Grayscale: #7A7A7A. Windows color (decimal): -3058090 or 5658321. OLE color: 5658321.

HSL color Cylindrical-coordinate representation of color #D15656: hue angle of 0º degrees, saturation: 0.57, 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 #D15656 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2098686-
CMYK00.590.590.18
HSL57.21%57.84%-
HSV(B)58.85%81.96%-
XYZ31.320.8811.19-
YUV122.78107.25189.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.86%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=54.86%
G=22.57%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209868600.590.590.18057.2157.84
HexD1565603B3B120393a
Octal321126126073732207172
Binary11010001101011010101100111011111011100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d15656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d15656; }

 p { color: rgb(209,86,86); }

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

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

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

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

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

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

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