Html Css Color HEX #C25C49 Flame Pea

📋 copy color: '#C25C49'

red 194 ◦ green 92 ◦ blue 73

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

Shades of Flame Pea #C25C49

Tints of Flame Pea #C25C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.63%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 54.04%
G = 25.63%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C25C49 (or 0xC25C49) is known color: Flame Pea. HEX triplet: C2, 5C and 49. RGB value is (194,92,73). Sum of RGB (Red+Green+Blue) = 194+92+73=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C49 is #3DA3B6. Grayscale: #787878. Windows color (decimal): -4039607 or 4807874. OLE color: 4807874.

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

Color convert

RGB 194 92 73 -
CMYK 0 0.53 0.62 0.24
HSL 9.42º 0.5% 0.52% -
HSV(B) 9.42º 0.62% 0.76% -
XYZ 27.28 19.6 8.65 -
YUV 120.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 194 92 73 0 0.53 0.62 0.24 9.42 0.5 0.52
Hex C2 5C 49 0 35 3E 18 9 32 34
Octal 302 134 111 0 65 76 30 11 62 64
Binary 11000010 1011100 1001001 0 110101 111110 11000 1001 110010 110100

Color Harmonies of #C25C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C49

Black with #C25C49

Text Example


Text Example

White with #C25C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C49; }

 p { color: rgb(194,92,73); }

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

background-color css

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

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

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

border-color css

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

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

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