Html Css Color HEX #C25F5D Indian Red

📋 copy color: '#C25F5D'

red 194 ◦ green 95 ◦ blue 93

#C25F5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #C25F5D

Tints of Indian Red #C25F5D

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 value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C25F5D (or 0xC25F5D) is known color: 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

RGB 194 95 93 -
CMYK 0 0.51 0.52 0.24
HSL 1.19º 0.45% 0.56% -
HSV(B) 1.19º 0.52% 0.76% -
XYZ 28.32 20.44 12.81 -
YUV 124.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 194 95 93 0 0.51 0.52 0.24 1.19 0.45 0.56
Hex C2 5F 5D 0 33 34 18 1 2D 38
Octal 302 137 135 0 63 64 30 1 55 70
Binary 11000010 1011111 1011101 0 110011 110100 11000 1 101101 111000

Color Harmonies of #C25F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F5D

Black with #C25F5D

Text Example


Text Example

White with #C25F5D

Text Example


Text Example

HTML Codes & Css Web 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>