#C25D48

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

Shades of Flame Pea #C25D48

Tints of Flame Pea #C25D48

Color information

#C25D48 (or 0xC25D48) is unknown color: approx Flame Pea. HEX triplet: C2, 5D and 48. RGB value is (194,93,72). Sum of RGB (Red+Green+Blue) = 194+93+72=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D48 is #3DA2B7. Grayscale: #787878. Windows color (decimal): -4039352 or 4742594. OLE color: 4742594.

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

Color convert

RGB1949372-
CMYK00.520.630.24
HSL10.33º50%52.16%-
HSV(B)10.33º62.89%76.08%-
XYZ27.3319.778.51-
YUV120.8100.46180.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 93 (36.72% from 255) = 25.91%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=54.04%
G=25.91%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194937200.520.630.2410.335052.16
HexC25D480343F18a3234
Octal3021351100647730126264
Binary11000010101110110010000110100111111110001010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25D48; }

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

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

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

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

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

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

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

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