#C25F4E

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

Shades of Flame Pea #C25F4E

Tints of Flame Pea #C25F4E

Color information

#C25F4E (or 0xC25F4E) is unknown color: approx Flame Pea. HEX triplet: C2, 5F and 4E. RGB value is (194,95,78). Sum of RGB (Red+Green+Blue) = 194+95+78=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F4E is #3DA0B1. Grayscale: #7A7A7A. Windows color (decimal): -4038834 or 5136322. OLE color: 5136322.

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

Color convert

RGB1949578-
CMYK00.510.600.24
HSL8.79º48.74%53.33%-
HSV(B)8.79º59.79%76.08%-
XYZ27.7220.29.65-
YUV122.66102.8178.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=52.86%
G=25.89%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194957800.510.600.248.7948.7453.33
HexC25F4E0333C1893135
Octal3021371160637430116165
Binary11000010101111110011100110011111100110001001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F4E; }

 p { color: rgb(194,95,78); }

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

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

 a { background-color: rgb(194,95,78); }

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

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

 span { border-color: rgb(194,95,78); }

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