#C25B4C

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

Shades of Flame Pea #C25B4C

Tints of Flame Pea #C25B4C

Color information

#C25B4C (or 0xC25B4C) is unknown color: approx Flame Pea. HEX triplet: C2, 5B and 4C. RGB value is (194,91,76). Sum of RGB (Red+Green+Blue) = 194+91+76=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25B4C is #3DA4B3. Grayscale: #787878. Windows color (decimal): -4039860 or 5004226. OLE color: 5004226.

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

Color convert

RGB1949176-
CMYK00.530.610.24
HSL7.63º49.17%52.94%-
HSV(B)7.63º60.82%76.08%-
XYZ27.2919.479.16-
YUV120.09103.12180.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.74%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=53.74%
G=25.21%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194917600.530.610.247.6349.1752.94
HexC25B4C0353D1883135
Octal3021331140657530106165
Binary11000010101101110011000110101111101110001000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B4C; }

 p { color: rgb(194,91,76); }

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

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

 a { background-color: rgb(194,91,76); }

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

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

 span { border-color: rgb(194,91,76); }

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