#D55C5C

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

Shades of Indian Red #D55C5C

Tints of Indian Red #D55C5C

Color information

#D55C5C (or 0xD55C5C) is unknown color: approx Indian Red. HEX triplet: D5, 5C and 5C. RGB value is (213,92,92). Sum of RGB (Red+Green+Blue) = 213+92+92=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C5C is #2AA3A3. Grayscale: #808080. Windows color (decimal): -2794404 or 6053077. OLE color: 6053077.

HSL color Cylindrical-coordinate representation of color #D55C5C: 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 #D55C5C is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB2139292-
CMYK00.570.570.16
HSL59.02%59.8%-
HSV(B)56.81%83.53%-
XYZ33.222.5712.73-
YUV128.18107.59188.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.65%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=53.65%
G=23.17%
B=23.17%

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
Decimal213929200.570.570.16059.0259.8
HexD55C5C039391003b3c
Octal325134134071712007374
Binary11010101101110010111000111001111001100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C5C; }

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

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

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

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

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

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

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

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