#C25A49

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

Shades of Flame Pea #C25A49

Tints of Flame Pea #C25A49

Color information

#C25A49 (or 0xC25A49) is unknown color: approx Flame Pea. HEX triplet: C2, 5A and 49. RGB value is (194,90,73). Sum of RGB (Red+Green+Blue) = 194+90+73=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A49 is #3DA5B6. Grayscale: #777777. Windows color (decimal): -4040119 or 4807362. OLE color: 4807362.

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

Color convert

RGB1949073-
CMYK00.540.620.24
HSL8.43º49.79%52.35%-
HSV(B)8.43º62.37%76.08%-
XYZ27.1119.268.59-
YUV119.16101.96181.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.34%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=54.34%
G=25.21%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194907300.540.620.248.4349.7952.35
HexC25A490363E1883234
Octal3021321110667630106264
Binary11000010101101010010010110110111110110001000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A49; }

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

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

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

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

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

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

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

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