#C25747

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

Shades of Flame Pea #C25747

Tints of Flame Pea #C25747

Color information

#C25747 (or 0xC25747) is unknown color: approx Flame Pea. HEX triplet: C2, 57 and 47. RGB value is (194,87,71). Sum of RGB (Red+Green+Blue) = 194+87+71=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C25747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25747 is #3DA8B8. Grayscale: #757575. Windows color (decimal): -4040889 or 4675522. OLE color: 4675522.

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

Color convert

RGB1948771-
CMYK00.550.630.24
HSL7.8º50.2%51.96%-
HSV(B)7.8º63.4%76.08%-
XYZ26.7918.748.17-
YUV117.17101.95182.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 71 (28.12% from 255) = 20.17%
R=55.11%
G=24.72%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194877100.550.630.247.850.251.96
HexC257470373F1883234
Octal3021271070677730106264
Binary11000010101011110001110110111111111110001000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25747; }

 p { color: rgb(194,87,71); }

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

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

 a { background-color: rgb(194,87,71); }

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

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

 span { border-color: rgb(194,87,71); }

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