Html Css Color HEX #C25F5E Indian Red

📋 copy color: '#C25F5E'

red 194 ◦ green 95 ◦ blue 94

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

Shades of Indian Red #C25F5E

Tints of Indian Red #C25F5E

RGB

 RED value IS 194 (76.17% from 255) = 50.65%

 GREEN value IS 95 (37.5% from 255) = 24.8%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 50.65%
G = 24.8%
B = 24.54%

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

#C25F5E (or 0xC25F5E) is known color: Indian Red. HEX triplet: C2, 5F and 5E. RGB value is (194,95,94). Sum of RGB (Red+Green+Blue) = 194+95+94=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F5E is #3DA0A1. Grayscale: #7C7C7C. Windows color (decimal): -4038818 or 6184898. OLE color: 6184898.

HSL color Cylindrical-coordinate representation of color #C25F5E: hue angle of 0.6º 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 #C25F5E is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 94 -
CMYK 0 0.51 0.52 0.24
HSL 0.6º 0.45% 0.56% -
HSV(B) 0.6º 0.52% 0.76% -
XYZ 28.36 20.46 13.04 -
YUV 124.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 194 95 94 0 0.51 0.52 0.24 0.6 0.45 0.56
Hex C2 5F 5E 0 33 34 18 1 2D 38
Octal 302 137 136 0 63 64 30 1 55 70
Binary 11000010 1011111 1011110 0 110011 110100 11000 1 101101 111000

Color Harmonies of #C25F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F5E

Black with #C25F5E

Text Example


Text Example

White with #C25F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F5E; }

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

 H1.HeaderClassName
 {
   color: #C25F5E;
 }
 .AnyTagClassName
 {
   color: #C25F5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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