#d55b5b

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

Shades of Indian Red #D55B5B

Tints of Indian Red #D55B5B

Color information

#D55B5B (or 0xD55B5B) is unknown color: approx Indian Red. HEX triplet: D5, 5B and 5B. RGB value is (213,91,91). Sum of RGB (Red+Green+Blue) = 213+91+91=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B5B is #2AA4A4. Grayscale: #7F7F7F. Windows color (decimal): -2794661 or 5987285. OLE color: 5987285.

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

Color convert

RGB2139191-
CMYK00.570.570.16
HSL59.22%59.61%-
HSV(B)57.28%83.53%-
XYZ33.0722.3812.48-
YUV127.48107.42189-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=53.92%
G=23.04%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213919100.570.570.16059.2259.61
HexD55B5B039391003b3c
Octal325133133071712007374
Binary11010101101101110110110111001111001100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d55b5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d55b5b; }

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

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

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

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

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

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

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

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