#C25E49

Color #C25E49 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #C25E49

Tints of Flame Pea #C25E49

Color information

#C25E49 (or 0xC25E49) is unknown color: approx Flame Pea. HEX triplet: C2, 5E and 49. RGB value is (194,94,73). Sum of RGB (Red+Green+Blue) = 194+94+73=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E49 is #3DA1B6. Grayscale: #797979. Windows color (decimal): -4039095 or 4808386. OLE color: 4808386.

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

Color convert

RGB1949473-
CMYK00.520.620.24
HSL10.41º49.79%52.35%-
HSV(B)10.41º62.37%76.08%-
XYZ27.4519.968.71-
YUV121.51100.63179.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.74%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=53.74%
G=26.04%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194947300.520.620.2410.4149.7952.35
HexC25E490343E18a3234
Octal3021361110647630126264
Binary11000010101111010010010110100111110110001010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25E49; }

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

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

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

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

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

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

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

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