#C25E4E

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

Shades of Flame Pea #C25E4E

Tints of Flame Pea #C25E4E

Color information

#C25E4E (or 0xC25E4E) is unknown color: approx Flame Pea. HEX triplet: C2, 5E and 4E. RGB value is (194,94,78). Sum of RGB (Red+Green+Blue) = 194+94+78=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E4E is #3DA1B1. Grayscale: #7A7A7A. Windows color (decimal): -4039090 or 5136066. OLE color: 5136066.

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

Color convert

RGB1949478-
CMYK00.520.600.24
HSL8.28º48.74%53.33%-
HSV(B)8.28º59.79%76.08%-
XYZ27.6320.029.62-
YUV122.08103.13179.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=53.01%
G=25.68%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194947800.520.600.248.2848.7453.33
HexC25E4E0343C1883135
Octal3021361160647430106165
Binary11000010101111010011100110100111100110001000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25E4E; }

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

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

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

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

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

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

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

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