#CF592C

Color #CF592C Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CF592C

Tints of Chilean Fire #CF592C

Color information

#CF592C (or 0xCF592C) is unknown color: approx Chilean Fire. HEX triplet: CF, 59 and 2C. RGB value is (207,89,44). Sum of RGB (Red+Green+Blue) = 207+89+44=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF592C is #30A6D3. Grayscale: #777777. Windows color (decimal): -3188436 or 2906575. OLE color: 2906575.

HSL color Cylindrical-coordinate representation of color #CF592C: hue angle of 16.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF592C is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB2078944-
CMYK00.570.790.19
HSL16.56º64.94%49.22%-
HSV(B)16.56º78.74%81.18%-
XYZ29.7620.594.79-
YUV119.1585.59190.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.88%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 44 (17.58% from 255) = 12.94%
R=60.88%
G=26.18%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207894400.570.790.1916.5664.9449.22
HexCF592C0394F13114131
Octal31713154071117232110161
Binary1100111110110011011000111001100111110011100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF592C; }

 p { color: rgb(207,89,44); }

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

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

 a { background-color: rgb(207,89,44); }

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

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

 span { border-color: rgb(207,89,44); }

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