#CD5D5D

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

Shades of Indian Red #CD5D5D

Tints of Indian Red #CD5D5D

Color information

#CD5D5D (or 0xCD5D5D) is unknown color: approx Indian Red. HEX triplet: CD, 5D and 5D. RGB value is (205,93,93). Sum of RGB (Red+Green+Blue) = 205+93+93=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D5D is #32A2A2. Grayscale: #7E7E7E. Windows color (decimal): -3318435 or 6118861. OLE color: 6118861.

HSL color Cylindrical-coordinate representation of color #CD5D5D: hue angle of 0º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5D5D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB2059393-
CMYK00.550.550.20
HSL52.83%58.43%-
HSV(B)54.63%80.39%-
XYZ31.0721.612.89-
YUV126.49109.11184-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.43%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 93 (36.72% from 255) = 23.79%
R=52.43%
G=23.79%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205939300.550.550.20052.8358.43
HexCD5D5D03737140353a
Octal315135135067672406572
Binary11001101101110110111010110111110111101000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D5D; }

 p { color: rgb(205,93,93); }

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

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

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

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

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

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

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