#CF6030

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

Shades of Chilean Fire #CF6030

Tints of Chilean Fire #CF6030

Color information

#CF6030 (or 0xCF6030) is unknown color: approx Chilean Fire. HEX triplet: CF, 60 and 30. RGB value is (207,96,48). Sum of RGB (Red+Green+Blue) = 207+96+48=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6030 is #309FCF. Grayscale: #7C7C7C. Windows color (decimal): -3186640 or 3170511. OLE color: 3170511.

HSL color Cylindrical-coordinate representation of color #CF6030: hue angle of 18.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF6030 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB2079648-
CMYK00.540.770.19
HSL18.11º62.35%50%-
HSV(B)18.11º76.81%81.18%-
XYZ30.4521.845.41-
YUV123.7285.27187.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.97%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 48 (19.14% from 255) = 13.68%
R=58.97%
G=27.35%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207964800.540.770.1918.1162.3550
HexCF60300364D13123e32
Octal3171406006611523227662
Binary110011111100000110000011011010011011001110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6030; }

 p { color: rgb(207,96,48); }

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

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

 a { background-color: rgb(207,96,48); }

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

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

 span { border-color: rgb(207,96,48); }

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