#C25F5D

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

Shades of Indian Red #C25F5D

Tints of Indian Red #C25F5D

Color information

#C25F5D (or 0xC25F5D) is unknown color: approx Indian Red. HEX triplet: C2, 5F and 5D. RGB value is (194,95,93). Sum of RGB (Red+Green+Blue) = 194+95+93=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F5D is #3DA0A2. Grayscale: #7C7C7C. Windows color (decimal): -4038819 or 6119362. OLE color: 6119362.

HSL color Cylindrical-coordinate representation of color #C25F5D: hue angle of 1.19º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25F5D is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1949593-
CMYK00.510.520.24
HSL1.19º45.29%56.27%-
HSV(B)1.19º52.06%76.08%-
XYZ28.3220.4412.81-
YUV124.37110.3177.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.79%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 93 (36.72% from 255) = 24.35%
R=50.79%
G=24.87%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194959300.510.520.241.1945.2956.27
HexC25F5D033341812d38
Octal302137135063643015570
Binary11000010101111110111010110011110100110001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F5D; }

 p { color: rgb(194,95,93); }

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

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

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

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

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

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

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