#C2593F

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

Shades of Flame Pea #C2593F

Tints of Flame Pea #C2593F

Color information

#C2593F (or 0xC2593F) is unknown color: approx Flame Pea. HEX triplet: C2, 59 and 3F. RGB value is (194,89,63). Sum of RGB (Red+Green+Blue) = 194+89+63=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C2593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2593F is #3DA6C0. Grayscale: #757575. Windows color (decimal): -4040385 or 4151746. OLE color: 4151746.

HSL color Cylindrical-coordinate representation of color #C2593F: hue angle of 11.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2593F is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1948963-
CMYK00.540.680.24
HSL11.91º51.78%50.39%-
HSV(B)11.91º67.53%76.08%-
XYZ26.7218.976.96-
YUV117.4397.29182.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 63 (25% from 255) = 18.21%
R=56.07%
G=25.72%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194896300.540.680.2411.9151.7850.39
HexC2593F0364418c3432
Octal3021317706610430146462
Binary11000010101100111111101101101000100110001100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2593F; }

 p { color: rgb(194,89,63); }

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

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

 a { background-color: rgb(194,89,63); }

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

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

 span { border-color: rgb(194,89,63); }

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