#C15E3F

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

Shades of Flame Pea #C15E3F

Tints of Flame Pea #C15E3F

Color information

#C15E3F (or 0xC15E3F) is unknown color: approx Flame Pea. HEX triplet: C1, 5E and 3F. RGB value is (193,94,63). Sum of RGB (Red+Green+Blue) = 193+94+63=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15E3F is #3EA1C0. Grayscale: #787878. Windows color (decimal): -4104641 or 4153025. OLE color: 4153025.

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

Color convert

RGB1939463-
CMYK00.510.670.24
HSL14.31º51.18%50.2%-
HSV(B)14.31º67.36%75.69%-
XYZ26.8919.77.09-
YUV120.0795.8180.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.14%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 63 (25% from 255) = 18%
R=55.14%
G=26.86%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193946300.510.670.2414.3151.1850.2
HexC15E3F0334318e3332
Octal3011367706310330166362
Binary11000001101111011111101100111000011110001110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15E3F; }

 p { color: rgb(193,94,63); }

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

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

 a { background-color: rgb(193,94,63); }

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

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

 span { border-color: rgb(193,94,63); }

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