#C1593F

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

Shades of Flame Pea #C1593F

Tints of Flame Pea #C1593F

Color information

#C1593F (or 0xC1593F) is unknown color: approx Flame Pea. HEX triplet: C1, 59 and 3F. RGB value is (193,89,63). Sum of RGB (Red+Green+Blue) = 193+89+63=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C1593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1593F is #3EA6C0. Grayscale: #757575. Windows color (decimal): -4105921 or 4151745. OLE color: 4151745.

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

Color convert

RGB1938963-
CMYK00.540.670.24
HSL12º51.18%50.2%-
HSV(B)12º67.36%75.69%-
XYZ26.4618.846.94-
YUV117.1397.46182.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.94%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 63 (25% from 255) = 18.26%
R=55.94%
G=25.80%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193896300.540.670.241251.1850.2
HexC1593F0364318c3332
Octal3011317706610330146362
Binary11000001101100111111101101101000011110001100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1593F; }

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

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

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

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

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

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

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

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