#C25D4C

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

Shades of Flame Pea #C25D4C

Tints of Flame Pea #C25D4C

Color information

#C25D4C (or 0xC25D4C) is unknown color: approx Flame Pea. HEX triplet: C2, 5D and 4C. RGB value is (194,93,76). Sum of RGB (Red+Green+Blue) = 194+93+76=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D4C is #3DA2B3. Grayscale: #797979. Windows color (decimal): -4039348 or 5004738. OLE color: 5004738.

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

Color convert

RGB1949376-
CMYK00.520.610.24
HSL8.64º49.17%52.94%-
HSV(B)8.64º60.82%76.08%-
XYZ27.4719.829.22-
YUV121.26102.46179.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=53.44%
G=25.62%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194937600.520.610.248.6449.1752.94
HexC25D4C0343D1893135
Octal3021351140647530116165
Binary11000010101110110011000110100111101110001001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25D4C; }

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

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

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

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

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

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

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

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