#D55B5A

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

Shades of Indian Red #D55B5A

Tints of Indian Red #D55B5A

Color information

#D55B5A (or 0xD55B5A) is unknown color: approx Indian Red. HEX triplet: D5, 5B and 5A. RGB value is (213,91,90). Sum of RGB (Red+Green+Blue) = 213+91+90=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B5A is #2AA4A5. Grayscale: #7F7F7F. Windows color (decimal): -2794662 or 5921749. OLE color: 5921749.

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

Color convert

RGB2139190-
CMYK00.570.580.16
HSL0.49º59.42%59.41%-
HSV(B)0.49º57.75%83.53%-
XYZ33.0322.3712.25-
YUV127.36106.92189.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=54.06%
G=23.10%
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.16
SystemRedGreenBlueCMYKHSL
Decimal213919000.570.580.160.4959.4259.41
HexD55B5A0393A1003b3b
Octal325133132071722007373
Binary11010101101101110110100111001111010100000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B5A; }

 p { color: rgb(213,91,90); }

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

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

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

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

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

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

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